We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042ad2d commit 1c3939fCopy full SHA for 1c3939f
1 file changed
.github/workflows/release.yaml
@@ -83,10 +83,10 @@ jobs:
83
NFPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
84
85
- name: Clean up GPG key file
86
+ if: always()
87
run: |
88
rm -f gpg-private-key.asc
89
- # artifacts need to be passed to further publishing jobs
90
- name: Upload artifacts to workflow
91
uses: actions/upload-artifact@v4
92
with:
0 commit comments