Skip to content

Commit

Permalink
Revert "test signing"
Browse files Browse the repository at this point in the history
This reverts commit 60df98c.
  • Loading branch information
overheadhunter committed Oct 17, 2024
1 parent 60df98c commit 0dc532c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
sudo apt-get update
sudo apt-get install fuse3 libfuse3-dev
- name: Maven build
run: mvn -B verify -Psign -Dfuse.lib.path="/lib/x86_64-linux-gnu/libfuse3.so.3"
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
run: mvn -B verify -Dfuse.lib.path="/lib/x86_64-linux-gnu/libfuse3.so.3"
- uses: actions/upload-artifact@v4
with:
name: coverage-linux-amd64
Expand Down

0 comments on commit 0dc532c

Please sign in to comment.