echo 'upload=bundles' >> $GITHUB_OUTPUT

This commit is contained in:
Andrey 2024-09-06 12:19:02 -04:00
parent eb58f624d1
commit dcc22b455a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
echo "release_date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
fi
if [ "${{github.event_name}}" == "push" -o "${{github.event_name}}" == "schedule" -o "${{github.event_name}}" == "workflow_dispatch" ] && [ "${{github.ref}}" == "refs/heads/master" -o "${{github.ref}}" == "refs/heads/main" ]; then
echo 'upload=bundles' >> $GITHUB_OUTPUT
echo 'push=true' >> $GITHUB_OUTPUT
echo 'sim=true' >> $GITHUB_OUTPUT
else