Skip to content

Commit

Permalink
maybe abs path
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent 00bfcb6 commit a60f3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
shell: bash
run: |
mkdir -p ~/.gnupg
touch passphrase
echo -e "passphrase-file passphrase\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
touch ~/.gnupg/passphrase
echo -e "passphrase-file ~/.gnupg/passphrase\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
#echo -e "allow-loopback-pinentry\n" > ~/.gnupg/gpg-agent.conf
export XML='
Expand Down

0 comments on commit a60f3bd

Please sign in to comment.