Skip to content

Commit

Permalink
👷 Generate ZIP in target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 12, 2023
1 parent bf8d2ed commit a046c63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
run: mvn -B package -DskipTests

- name: Zip artifacts
run: zip -r userli-storage-provider.zip target/*.jar
working-directory: target
run: zip -r userli-storage-provider.zip *.jar

- name: Upload artifact to release
uses: softprops/action-gh-release@v1
with:
append_body: true
files: |
userli-storage-provider.zip
target/userli-storage-provider.zip
token: ${{ github.token }}

0 comments on commit a046c63

Please sign in to comment.