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 e4ea151 commit c3b52f7
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 @@ -57,7 +57,7 @@ jobs:
digest=$(find imgbb* -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 c3b52f7

Please sign in to comment.