Skip to content

Commit

Permalink
Update pio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz authored Jul 28, 2024
1 parent 12a162f commit 175049c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
FILE_BASE64: "I2RlZmluZSBTRUNSRVRfU1NJRCAidGVzdCIKI2RlZmluZSBTRUNSRVRfUFNLICJ0ZXN0Igo="
- name: Build PlatformIO Project
run: cd sensor; pio run
- uses: actions/upload-artifact@v2
with:
name: firmware.bin
path: |
.pio/build/*/firmware.bin

0 comments on commit 175049c

Please sign in to comment.