We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ced4e commit cf90e96Copy full SHA for cf90e96
.github/ci.sh
@@ -106,7 +106,7 @@ bundle_files() {
106
sign() {
107
set +x
108
gpg --batch --import <(echo "$SIGNING_KEY")
109
- fingerprint="$(gpg --list-keys | grep galois -a1 | head -n1 | awk '{$1=$1};1')"
+ fingerprint="$(gpg --list-keys | grep Galois -a1 | head -n1 | awk '{$1=$1};1')"
110
echo "$fingerprint:6" | gpg --import-ownertrust
111
gpg --yes --no-tty --batch --pinentry-mode loopback --default-key "$fingerprint" --detach-sign -o "$1".sig --passphrase-file <(echo "$SIGNING_PASSPHRASE") "$1"
112
set -x
0 commit comments