diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a78e4ef..f437a785 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: "Generate hashes" id: hash run: | - cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT + cd dist && echo "hashes=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT - name: "Upload dists" uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808"