Skip to content

Commit

Permalink
Fix another use of deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Oct 26, 2022
1 parent ef36e7e commit 1896b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ cd -
rm -rf ffbuild

if [[ -n "$GITHUB_ACTIONS" ]]; then
echo "::set-output name=build_name::${BUILD_NAME}"
echo "build_name=${BUILD_NAME}" >> "$GITHUB_OUTPUT"
echo "${OUTPUT_FNAME}" > "${ARTIFACTS_PATH}/${TARGET}-${VARIANT}${ADDINS_STR:+-}${ADDINS_STR}.txt"
fi

0 comments on commit 1896b0d

Please sign in to comment.