Skip to content

Commit

Permalink
Fix link in release upload note (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Jul 2, 2022
1 parent c61c128 commit 46d1a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ upload: .stage.LINUX.upload
python3 -m venv ./venv
cd ./venv; . bin/activate; \
pip3 install -q pygithub ; \
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"` ;
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"` ;
rm -rf ./venv

# Platform.IO publish the package
Expand Down

0 comments on commit 46d1a60

Please sign in to comment.