mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-02-02 17:44:55 -05:00
fix shasum in release pipeline, hope this fixes #1169
This commit is contained in:
parent
f8c2f58604
commit
826444bef7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user