We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e077c0 commit d0919b3Copy full SHA for d0919b3
1 file changed
github-action-build.sh
@@ -95,7 +95,7 @@ EOL
95
fi
96
97
# Import the GPG signing key.
98
- keyFile=.gh-action/signingkey.asc
+ keyFile=.github/signingkey.asc
99
key=$1
100
iv=$2
101
if [ "$key" -a "$iv" -a -f "$keyFile.enc" ]; then
0 commit comments