Explorar o código

fix shasum in release pipeline, hope this fixes #1169

El RIDO %!s(int64=2) %!d(string=hai) anos
pai
achega
826444bef7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -34,7 +34,7 @@ jobs:
       - name: Generate hashes
         shell: bash
         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:
     needs: