Skip to content

Commit 508984b

Browse files
authored
1 parent f269f07 commit 508984b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/release-archive/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ runs:
2121
mv install wabt-$VERSION
2222
tar -czf $TARBALL wabt-$VERSION
2323
scripts/sha256sum.py $TARBALL > $SHASUM
24-
echo "::set-output name=tarball::$TARBALL"
25-
echo "::set-output name=shasum::$SHASUM"
24+
echo "tarball=$TARBALL" >> $GITHUB_OUTPUT
25+
echo "shasum=$SHASUM" >> $GITHUB_OUTPUT
2626
2727
- name: upload tarball to CI
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)