Skip to content

Commit

Permalink
Merge pull request #202 from shinji-san/hotfix-PublishingPipeline
Browse files Browse the repository at this point in the history
Hotfix - Publishing Pipeline

Resolves: #202
  • Loading branch information
shinji-san authored Dec 30, 2023
2 parents c8c5926 + 5d4d1d4 commit 689827d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/secrets/decrypt_publisher_snk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ${CDIR}/../../src/SecretSharingDotNet.snk
# Decrypt the file
# --batch to prevent interactive command --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$PUBLISHER_SNK" --output ${CDIR}/../../src/SecretSharingDotNet.snk ${CDIR}/SecretSharingDotNetPublisher.snk.gpg
sed -i -r "s/(.*=)([0-9a-f]+)(.*)/\1$PUBLISHER_PUB_KEY\3/g" ${CDIR}/../../src/Cryptography/Secret.cs

0 comments on commit 689827d

Please sign in to comment.