Skip to content

Commit

Permalink
Really
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 23, 2024
1 parent 8d952a3 commit bb812de
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 signing-key.key nexcloud-release.tar.gz -out nexcloud-release.signature | openssl base64
openssl dgst -sha512 -sign signing-key.key nexcloud-release.tar.gz | openssl base64 -out nexcloud-release.signature
# Step 11: Generate Git version information
- name: Git Version
Expand Down

0 comments on commit bb812de

Please sign in to comment.