Skip to content

Commit

Permalink
try sha
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 23, 2024
1 parent edec27c commit 6fff485
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 smime -sign -in nexcloud-release.tar.gz -out nexcloud-release.signiture -signer signing-cert.crt -inkey signing-key.key -outform PEM
openssl smime -sha512 -sign -in nexcloud-release.tar.gz -out nexcloud-release.signiture -signer signing-cert.crt -inkey signing-key.key -outform PEM
# Step 11: Generate Git version information
- name: Git Version
Expand Down

0 comments on commit 6fff485

Please sign in to comment.