Skip to content

Commit

Permalink
fix: wrong filename
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münch <[email protected]>
  • Loading branch information
cmuench committed Feb 19, 2025
1 parent 23934dd commit fc71bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phar_build_and_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: bash ./build.sh && php ./n98-magerun2.phar --version && mv ./n98-magerun2.phar ./n98-magerun2.phar.original

- name: Test self-update command
run: cp ./n98-magerun2.original ./n98-magerun2.phar && php ./n98-magerun2.phar self-update --unstable && ./n98-magerun2.phar --version
run: cp ./n98-magerun2.phar.original ./n98-magerun2.phar && php ./n98-magerun2.phar self-update --unstable && ./n98-magerun2.phar --version

- name: Rollback phar to a specific version
run: cp ./n98-magerun2.phar.original ./n98-magerun2.phar && ./n98-magerun2.phar self-update 7.5.0 && ./n98-magerun2.phar --version

0 comments on commit fc71bf8

Please sign in to comment.