Fix another use of deprecated set-output

This commit is contained in:
BtbN 2022-10-26 14:19:55 +02:00
parent ef36e7e00d
commit 1896b0d138
1 changed files with 1 additions and 1 deletions

View File

@ -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