From 2f1097bf9967d8dfe9bdc80524797a4363cb7aae Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 6 Sep 2024 12:18:30 -0400 Subject: [PATCH] # uncomment this line for upload! --- .github/workflows/build-firmware.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index c51d039..2bfc2f2 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 + # uncomment this line for upload! echo 'upload=bundles' >> $GITHUB_OUTPUT echo 'push=true' >> $GITHUB_OUTPUT echo 'sim=true' >> $GITHUB_OUTPUT else @@ -33,6 +34,7 @@ jobs: with: new_tag: ${{steps.set-variables.outputs.release_date}} artifacts: bin srec hex list map elf bundle autoupdate + # see above about un-commenting uploads: ini ${{steps.set-variables.outputs.upload}} push: ${{steps.set-variables.outputs.push}} run_simulator: ${{ steps.set-variables.outputs.sim }}