Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Feb 19, 2024
1 parent 9fd2b54 commit 1b6ca5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: |
set -x
pwd
ls -all
ls -allh
ls -allh .pio/build/esp32dev
tree
# TODO: Validate
Expand All @@ -61,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: .pio/build/esp32dev/firmware.bin
name: demo.pio
name: AirSense.bin
compression-level: 0
if-no-files-found: error

Expand Down

0 comments on commit 1b6ca5e

Please sign in to comment.