Set build_name as step output
This commit is contained in:
parent
5653cbf194
commit
37c9a59840
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue