From 46d1a606910461551e457eff6dc10ebcc42392f1 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Fri, 1 Jul 2022 23:20:27 -0700 Subject: [PATCH] Fix link in release upload note (#14) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e74a83c..786ee5d 100644 --- a/Makefile +++ b/Makefile @@ -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