example does not upload

This commit is contained in:
rusefillc 2024-04-02 13:40:24 -04:00
parent 4605184d07
commit 1554790649
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ jobs:
id: set-variables id: set-variables
run: | 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 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 'push=true' >> $GITHUB_OUTPUT
echo 'sim=true' >> $GITHUB_OUTPUT echo 'sim=true' >> $GITHUB_OUTPUT
else else