Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eringerli authored Dec 26, 2020
1 parent 218a49f commit a79be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run PlatformIO
run: pio run
- name: Zip Folder
run: zip -j firmware.zip .pio/build/featheresp32/firmware.bin .pio/build/featheresp32/partitions.bin
run: zip -j firmware.zip .pio/build/featheresp32/firmware.bin .pio/build/featheresp32/partitions.bin ~/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader_dio_40m.bin ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin
- name: Update release if master
uses: johnwbyrd/[email protected]
if: success() && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit a79be8c

Please sign in to comment.