Skip to content

Commit

Permalink
Make it so
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 23, 2024
1 parent 83f5318 commit 79b04c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Step 10: Sign the TAR.GZ file with OpenSSL
- name: Sign the TAR.GZ file with OpenSSL
run: |
openssl dgst -sha512 -sign -in nexcloud-release.tar.gz -out nexcloud-release.signiture -signer signing-cert.crt -inkey signing-key.key -outform PEM
openssl dgst -sha512 -sign signing-key.key -out nexcloud-release.signature nexcloud-release.tar.gz
# Step 11: Generate Git version information
- name: Git Version
Expand Down

0 comments on commit 79b04c9

Please sign in to comment.