We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94f810c + 5ec62bc commit 670dacbCopy full SHA for 670dacb
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "Generate hashes"
38
id: hash
39
run: |
40
- cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
+ cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
41
42
- name: "Upload dists"
43
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
0 commit comments