Skip to content

Commit

Permalink
zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sainsaji authored Feb 15, 2024
1 parent 569a2f5 commit 1806a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mv $GITHUB_WORKSPACE/libraries/* $HOME/Arduino/libraries/
ls -l $HOME/Arduino/libraries
# Compile all *.ino files for the Arduino esp32
arduino-cli compile -b esp32:esp32:esp32s3 --build-property build.partitions=min_spiffs ui/ui.ino --output-dir $HOME/Arduino/Release
zip -r Release.zip $HOME/Arduino/Release/*
ls -l $HOME/Arduino/Release


0 comments on commit 1806a27

Please sign in to comment.