Skip to content

Commit

Permalink
Fix path to JAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 19, 2024
1 parent 930fb84 commit 94a6795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
with:
tag_name: ${{ github.ref_name }}
files: |
soot-wrapper-11.jar
soot-wrapper-17.jar
soot-wrapper-21.jar
/home/runner/work/cli/cli/soot-wrapper-11.jar
/home/runner/work/cli/cli/soot-wrapper-17.jar
/home/runner/work/cli/cli/soot-wrapper-21.jar
aur:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 94a6795

Please sign in to comment.