diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index fff8fd7..90ab361 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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