Skip to content

Commit

Permalink
Update build-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Sep 1, 2024
1 parent 08162aa commit 30ca0c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ jobs:
- name: Deploy firmware artifacts
uses: actions/upload-artifact@v3
with:
name: basoc-comfig-${{ github.run_id }}
name: basoc-esp8266-comfig-${{ github.run_id }}
path: .pio/build/esp8266dev/firmware.bin
- name: Deploy firmware artifacts (esp8266)
uses: actions/upload-artifact@v3
with:
name: basoc-esp32-comfig-${{ github.run_id }}
path: .pio/build/esp32/firmware.bin

0 comments on commit 30ca0c0

Please sign in to comment.