Skip to content

Commit

Permalink
Fix path to JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 16, 2024
1 parent f116f3e commit b027636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: soot-wrapper-${{ matrix.java-version }}.jar
path: target/*.jar
path: java/common/target/*.jar
2 changes: 1 addition & 1 deletion .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: soot-wrapper-${{ matrix.java-version }}.jar
path: target/*.jar
path: java/common/target/*.jar

0 comments on commit b027636

Please sign in to comment.