fix shasum in release pipeline, hope this fixes #1169

This commit is contained in:
El RIDO 2023-12-09 10:50:49 +01:00
parent f8c2f58604
commit 826444bef7
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -34,7 +34,7 @@ jobs:
- name: Generate hashes - name: Generate hashes
shell: bash shell: bash
id: hash id: hash
run: echo "hashes=$(sha256sum ${GITHUB_REF_NAME} | base64 -w0)" >> "$GITHUB_OUTPUT" run: echo "hashes=$(sha256sum ${GITHUB_REF_NAME}.* | base64 -w0)" >> "$GITHUB_OUTPUT"
provenance: provenance:
needs: needs: