We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86bffe commit f70032dCopy full SHA for f70032d
.github/workflows/test.yml
@@ -15,4 +15,4 @@ jobs:
15
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
16
java-version: '8'
17
- name: Search keystore
18
- run: find $GITHUB_WORKSPACE -name "*.gpg"
+ run: find $HOME -name "*.gpg"
0 commit comments