Skip to content

Commit

Permalink
adapt workflows for arg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
superrnovae committed Aug 11, 2022
1 parent 9eb1dc1 commit 3e75df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Run script
- name: Run script
run: python main.py -u ${{ github.event.inputs.ipa }} -n -d
run: python main.py -u ${{ github.event.inputs.ipa }} -d

# Upload test artifact
- uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Run script
- name: Run script
run: python main.py -u https://github.com/Odyssey-Team/Taurine/releases/download/1.1.6/Taurine-1.1.6.ipa -n -d
run: python main.py -u https://github.com/Odyssey-Team/Taurine/releases/download/1.1.6/Taurine-1.1.6.ipa -d

# Upload test artifact
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
# Run script
- name: Run script
run: python main.py -u https://github.com/Odyssey-Team/Taurine/releases/download/1.1.6/Taurine-1.1.6.ipa -n -d
run: python main.py -u https://github.com/Odyssey-Team/Taurine/releases/download/1.1.6/Taurine-1.1.6.ipa -d

# Upload test artifact
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3e75df0

Please sign in to comment.