Skip to content

Commit

Permalink
Hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 30, 2023
1 parent 3b0031f commit 44d5c6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
pm-version-major: "5"

- name: Download pharynx
run: wget https://github.com/SOF3/pharynx/releases/download/0.3.6/pharynx.phar -o ../pharynx.phar
run: |
cd ../
wget https://github.com/SOF3/pharynx/releases/download/0.3.6/pharynx.phar -o ../pharynx.phar
- name: Run pharynx
run: php ../pharynx.phar -i ./ -p oh-my-pmmp.phar
run: php pharynx.phar -i oh-my-pmmp -p oh-my-pmmp.phar

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

0 comments on commit 44d5c6b

Please sign in to comment.