Skip to content

Commit

Permalink
Add jar to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 4, 2024
1 parent 729524f commit 222992e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- uses: actions/download-artifact@v4
- run: mkdir release
- run: zip -r release/pace-cli-mac-arm64-${{ needs.build.outputs.version }}.zip pace-cli-mac-arm64
- run: cp exe-jar/pace-cli-${{ needs.build.outputs.version }}-jar-with-dependencies.jar release/pace-cli-${{ needs.build.outputs.version }}.jar
- name: Update branch release
uses: eine/tip@master
with:
Expand Down

0 comments on commit 222992e

Please sign in to comment.