Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 0ab4d20

Browse files
committed
fix(github-action): write the signed contents properly to disk
1 parent 029b4e8 commit 0ab4d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
text: release/sift-cli-linux.sha256
3838
key: ${{ secrets.PGP_PUBLIC_KEY }}
3939
privateKey: ${{ secrets.PGP_PRIVATE_KEY }}
40-
- run: echo ${{ steps.pgp.outputs.envEncryptedText }} > release/sift-cli-linux.sha256.asc
40+
- run: echo "$envEncryptedText" > release/sift-cli-linux.sha256.asc
4141
- name: release
4242
if: startsWith(github.ref, 'refs/tags/')
4343
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)