Skip to content

Commit

Permalink
Use HEAD instead of master for phpdesktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Feb 23, 2021
1 parent a5ba844 commit da8e344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.x
jobs:
ci:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ phpdesktop: ## build phpdesktop release
cd build/php; unzip php-8.0-nts-Win32-vs16-x86-latest.zip
cd build/php; rm php-8.0-nts-Win32-vs16-x86-latest.zip

git archive master | (cd build/www; tar x)
git archive HEAD | (cd build/www; tar x)
cd build/www; mv config/phpdesktop/php.ini ../php
cd build/www; mv config/phpdesktop/settings.json ../
cd build/www; mv .env.prod .env
Expand Down

0 comments on commit da8e344

Please sign in to comment.