Skip to content

Commit

Permalink
Fix: Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 19, 2022
1 parent 3c2752d commit 547b87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: "mkdir -p .build/phar/"

- name: "Create release assets"
run: "touch ${{ env.COMPOSER_NORMALIZE_PHAR }} ${{ env.COMPOSER_NORMALIZE_PHAR_ASC }}"
run: "touch ${{ env.COMPOSER_NORMALIZE_PHAR }} ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }}"

- name: "List release assets"
run: "ls -la .build/phar/"
Expand Down

0 comments on commit 547b87d

Please sign in to comment.