File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ upload: .stage.LINUX.upload
657657 python3 -m venv ./venv
658658 cd ./venv; . bin/activate; \
659659 pip3 install -q pygithub ; \
660- python3 ../upload_release.py --user " $( GHUSER) " --token " $( GHTOKEN) " --tag $(REL ) -$(SUBREL ) --msg ' See https://github.com/earlephilhower/ArduinoPico for more info' --name " Raspberry Pi Pico Quick Toolchain for $( REL) -$( SUBREL) " ` find ../ -maxdepth 1 -name " *.tar.gz" -o -name " *.zip" ` ;
660+ python3 ../upload_release.py --user " $( GHUSER) " --token " $( GHTOKEN) " --tag $(REL ) -$(SUBREL ) --msg ' See https://github.com/earlephilhower/arduino-pico for more info' --name " Raspberry Pi Pico Quick Toolchain for $( REL) -$( SUBREL) " ` find ../ -maxdepth 1 -name " *.tar.gz" -o -name " *.zip" ` ;
661661 rm -rf ./venv
662662
663663# Platform.IO publish the package
You can’t perform that action at this time.
0 commit comments