Skip to content

Commit

Permalink
Update build-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Sep 1, 2024
1 parent 30ca0c0 commit f14585f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
pio upgrade
cd basic-config
pio run
- name: Deploy firmware artifacts
- name: Deploy firmware artifacts (esp8266)
uses: actions/upload-artifact@v3
with:
name: basoc-esp8266-comfig-${{ github.run_id }}
path: .pio/build/esp8266dev/firmware.bin
- name: Deploy firmware artifacts (esp8266)
path: examples/basic-config/.pio/build/esp8266dev/firmware.bin
- name: Deploy firmware artifacts (esp32)
uses: actions/upload-artifact@v3
with:
name: basoc-esp32-comfig-${{ github.run_id }}
path: .pio/build/esp32/firmware.bin
path: examples/basic-config/.pio/build/esp32/firmware.bin

0 comments on commit f14585f

Please sign in to comment.