Skip to content

Commit

Permalink
upload artifact uses changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Feb 19, 2024
1 parent 1b6ca5e commit 2632e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:
set -x
pwd
ls -allh
ls -allh .pio/build/esp32dev
tree
# TODO: Validate

- name: Upload firmware
uses: actions/upload-artifact@v4
with:
path: .pio/build/esp32dev/firmware.bin
path: AirSense/.pio/build/esp32dev/firmware.bin
name: AirSense.bin
compression-level: 0
if-no-files-found: error
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ python -m esptool write_flash -z 0 firmware.bin

```bash


pio device list

```

0 comments on commit 2632e62

Please sign in to comment.