Skip to content

Commit

Permalink
sign jar builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed May 3, 2024
1 parent 81c65e3 commit 67f6eed
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/jar-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
java-version: 17
- name: Build with Ant
run: ant -noinput -buildfile build.xml peergos_submodule_sync dist
- name: Upload jar artifact
uses: actions/upload-artifact@v2
with:
name: Peergos.jar
path: "./server/Peergos.jar"

- name: Sign and upload jar artifact
uses: actions/[email protected]
with:
subject-path: '${{ github.workspace }}/server/Peergos.jar'

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Peergos.jar
path: "./server/Peergos.jar"

0 comments on commit 67f6eed

Please sign in to comment.