File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Set Up Python
3333 uses : actions/setup-python@v3
3434 with :
35- python-version : ' 3.9'
35+ python-version : " 3.9"
3636
3737 - name : Install PlatformIO Core
3838 run : pip install --upgrade platformio
4747 run : |
4848 mkdir -p artifacts
4949 find .pio/build -name "firmware.bin" -exec sh -c 'cp "{}" "artifacts/firmware_$(basename $(dirname {})).bin"' \;
50- find .pio/build -name "bootloader.bin" -exec sh -c 'cp "{}" "artifacts/firmware_ $(basename $(dirname {})).bin"' \;
51- find .pio/build -name "partitions.bin" -exec sh -c 'cp "{}" "artifacts/firmware_ $(basename $(dirname {})).bin"' \;
50+ find .pio/build -name "bootloader.bin" -exec sh -c 'cp "{}" "artifacts/bootloader_ $(basename $(dirname {})).bin"' \;
51+ find .pio/build -name "partitions.bin" -exec sh -c 'cp "{}" "artifacts/partitions_ $(basename $(dirname {})).bin"' \;
5252 working-directory : ${{ github.workspace }}
5353
5454 - name : Upload Artifacts
You can’t perform that action at this time.
0 commit comments