Set build_name as step output

This commit is contained in:
BtbN 2020-09-30 14:38:49 +02:00
parent 5653cbf194
commit 37c9a59840
1 changed files with 4 additions and 0 deletions

View File

@ -66,3 +66,7 @@ zip -9 -r "${ARTIFACTS_PATH}/${BUILD_NAME}.zip" "$BUILD_NAME"
cd -
rm -rf ffbuild
if [[ -n "$GITHUB_ACTIONS" ]]; then
echo "::set-output name=build_name::${BUILD_NAME}"
fi