Skip to content

Commit

Permalink
Fix set-output deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT committed Oct 26, 2022
1 parent 7be41dd commit 8597ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ if [ -z "$skip_zipfile" ]; then
fi

if [ -n "$GITHUB_ACTIONS" ]; then
echo "::set-output name=archive_path::${archive}"
echo "ARCHIVE_PATH=${archive}" >> $GITHUB_OUTPUT
fi

start_group "Creating archive: $archive_name ($archive_label)" "archive"
Expand Down

0 comments on commit 8597ffc

Please sign in to comment.