Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Modified workflow to include sources.jar.
  • Loading branch information
arjunhkumar authored Aug 7, 2023
1 parent cd6b8f2 commit 6ba61f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/sootclasses-trunk-jar-with-dependencies.jar
files: |
target/sootclasses-trunk-jar-with-dependencies.jar
target/sootclasses-trunk-sources.jar

0 comments on commit 6ba61f1

Please sign in to comment.