From dcc22b455ad3b495ec1c68282d80b05ec9e337fa Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 6 Sep 2024 12:19:02 -0400 Subject: [PATCH] echo 'upload=bundles' >> $GITHUB_OUTPUT --- .github/workflows/build-firmware.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index c51d039..d5d2ffc 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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