Skip to content

Commit

Permalink
fix deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz authored Jan 27, 2023
1 parent 7824095 commit 3e21cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ $STEAM_CMD +login "$steam_username" "$steam_password" +quit || (
exit 1
)

echo "::set-output name=manifest::$manifest_path"
echo "manifest=${manifest_path}" >> $GITHUB_OUTPUT

0 comments on commit 3e21cb7

Please sign in to comment.