Skip to content

Commit

Permalink
Fix ws PHAR filename (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-foster2020 authored Feb 8, 2023
1 parent cb68d6c commit 9a527f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: composer compile ${{ github.event.release.tag_name }}

- name: Check existence of compiled .phar
run: test -e my127ws.phar && exit 0 || exit 10
run: test -e ws.phar && exit 0 || exit 10

- name: Rename PHAR
run: mv my127ws.phar ws
run: mv ws.phar ws

- name: Generate sha256sum
run: sha256sum ws > ws.sha256sum
Expand Down

0 comments on commit 9a527f2

Please sign in to comment.