File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868
6969 - name : Prepare Build Artifacts (!windows)
7070 working-directory : ./${{ env.DIST_DIR }}
71- run : tar -czf ${{ env.RELEASE_NAME }}.tar.gz arduino-flasher-cli -C ../ LICENSE
71+ run : tar -czf ${{ env.RELEASE_NAME }}.tar.gz arduino-flasher-cli -C ../ LICENSE README.md
7272 if : matrix.os != 'windows'
7373
7474 - name : Prepare Build Artifacts (windows)
7575 working-directory : ./${{ env.DIST_DIR }}
76- run : 7z a -tzip ${{ env.RELEASE_NAME }}.zip arduino-flasher-cli.exe ../LICENSE
76+ run : 7z a -tzip ${{ env.RELEASE_NAME }}.zip arduino-flasher-cli.exe ../LICENSE ../README.md
7777 if : matrix.os == 'windows'
7878
7979 - name : Upload artifacts
Original file line number Diff line number Diff line change 22
33A tool to download and flash Debian images on the board.
44
5+ ## Docs
6+
7+ For a full guide on how to use it, see the [ User documentation] ( https://docs.arduino.cc/tutorials/uno-q/update-image/ ) .
8+
59## Build and test it locally
610
7- Build it with ` task arduino-flasher-cli: build ` and run:
11+ Build it with ` task build ` and run:
812
913``` sh
1014# Flash the latest release of the Debian image
You can’t perform that action at this time.
0 commit comments