We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d7ffea + 1908be7 commit e9f70cfCopy full SHA for e9f70cf
.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