example does not upload
This commit is contained in:
parent
4605184d07
commit
1554790649
|
@ -19,7 +19,6 @@ jobs:
|
|||
id: set-variables
|
||||
run: |
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue