Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Mar 22, 2023
1 parent 992f998 commit 4d637d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: flasher


- name: Upload firmware as artifact
uses: actions/upload-artifact@v2
with:
name: firmware
path: .pio/build/esp32dev/firmware.bin

create_release:
needs: compile_firmware
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d637d2

Please sign in to comment.