mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 14:44:41 +02:00
Fix another use of deprecated set-output
This commit is contained in:
parent
ef36e7e00d
commit
1896b0d138
2
build.sh
2
build.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user