Skip to content

Commit 5ec62bc

Browse files
committed
1 parent 94f810c commit 5ec62bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "Generate hashes"
3838
id: hash
3939
run: |
40-
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
40+
cd dist && echo "$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
4141
4242
- name: "Upload dists"
4343
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"

0 commit comments

Comments
 (0)