Skip to content

Commit

Permalink
Replace set-output with recommended env output
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Oct 23, 2022
1 parent f57310f commit c8fb98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
digest=$(find ${{ env.PRODUCT }}* -type f -exec sha256sum {} +)
digest="${digest//$'%'/%25}"
digest="${digest//$'\n'/%0A}"
echo "::set-output name=result::$digest"
echo "result=${digest}" >> $GITHUB_OUTPUT
release:
name: Create and upload release
Expand Down

0 comments on commit c8fb98a

Please sign in to comment.