Skip to content

Commit

Permalink
Release the .phar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Jul 17, 2022
1 parent d1d8c88 commit 17b56e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Create the PHAR file.
run: ./ringier-code-style app:build --build-version=${{ steps.tag.outputs.tag }}
run: ./ringier-code-style app:build ringier-code-style.phar --build-version=${{ steps.tag.outputs.tag }}

- name: Upload the PHAR to release
uses: JasonEtco/upload-to-release@master
Expand Down

0 comments on commit 17b56e3

Please sign in to comment.