Skip to content

Commit

Permalink
Should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 30, 2023
1 parent 8512070 commit d7e9af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: wget https://github.com/SOF3/pharynx/releases/download/0.3.6/pharynx.phar

- name: Run pharynx
run: php -d phar.readonly=0 pharynx.phar -i ./ -o ./oh-my-pmmp.phar
run: php -d phar.readonly=0 pharynx.phar -i ./ && mv ./output.phar ./oh-my-pmmp.phar

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d7e9af3

Please sign in to comment.