Skip to content

Commit

Permalink
fix: add quotation marks around public key in sign/deb script (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Apr 29, 2024
1 parent c8fa033 commit 49c52d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sign/deb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sha256sum *Release*
# echo $HEROKU_DEB_PUBLIC_KEY | base64 --decode > /build/dist/apt/release.key
#
mkdir -p /home/runner/work/cli/cli/packages/cli/dist/apt
echo $HEROKU_DEB_PUBLIC_KEY | base64 --decode > /home/runner/work/cli/cli/packages/cli/dist/apt/release.key
echo "$HEROKU_DEB_PUBLIC_KEY" | base64 --decode > /home/runner/work/cli/cli/packages/cli/dist/apt/release.key

0 comments on commit 49c52d0

Please sign in to comment.