Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jul 22, 2024
1 parent fcbb302 commit fcf4cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
sketch-names-find-start: bbn-*/*
extra-arduino-cli-args: "--warnings default"
set-build-path: true

- name: Make zip
run: |
ls /home/runner/work/bbn-nmea200-m5atom/bbn-nmea200-m5atom/*/build/*.bin | zip bbn-nmea200-m5atom_bin-$(date +%Y-%m-%d).zip -j -@
pwd
ls *.zip

0 comments on commit fcf4cee

Please sign in to comment.