Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Nov 29, 2022
1 parent 3e59566 commit b8a0128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build PHAR archive
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
run: php pss app:build --build-version=$(git rev-parse --short "$GITHUB_SHA")
run: php pss app:build --env=development --build-version=$(git rev-parse --short "$GITHUB_SHA")

- name: Rename phar
run: mv builds/pss builds/pss.phar
Expand Down

0 comments on commit b8a0128

Please sign in to comment.