8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1216ea0 commit 392e17aCopy full SHA for 392e17a
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
# sha256sum generates sha256 hash for all artifacts.
64
# base64 -w0 encodes to base64 and outputs on a single line.
65
# sha256sum artifact1 artifact2 ... | base64 -w0
66
- echo "::set-output name=hashes::$(sha256sum ./dist/* | base64 -w0)"
+ echo "hashes=$(sha256sum ./dist/* | base64 -w0)" >> $GITHUB_OUTPUT
67
68
- name: Upload built packages
69
uses: actions/upload-artifact@v3
0 commit comments