We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7ffea commit 1908be7Copy full SHA for 1908be7
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "Generate hashes"
38
id: hash
39
run: |
40
- cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
+ cd dist && echo "hashes=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
41
42
- name: "Upload dists"
43
uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808"
0 commit comments