We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3419a4 commit 1506a44Copy full SHA for 1506a44
.github/workflows/release.yml
@@ -52,7 +52,8 @@ jobs:
52
- name: "🔐 Generate key file for artifact signing"
53
env:
54
SECRING_FILE: ${{ secrets.SECRING_FILE }}
55
- run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
+ run: |
56
+ printf "%s" "$SECRING_FILE" | base64 -d > "${{ github.workspace }}/secring.gpg"
57
- name: "🧩 Run Assemble"
58
id: assemble
59
run: |
0 commit comments