From a23ec8fed0035e7a394ca12fdfe3e3d01df1d5e3 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 2 Nov 2019 00:19:09 -0500 Subject: [PATCH] /extras --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86ecb80..6619261 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,7 +63,7 @@ steps: cd extras/builds/Universal-Updater/ cp ../../../Universal-Updater.3dsx Universal-Updater.3dsx cp ../../../Universal-Updater.cia Universal-Updater.cia - qrencode -o Universal-Updater.png https://github.com/Universal-Team/raw/v$CURRENT_DATE/builds/Universal-Updater/Universal-Updater.cia + qrencode -o Universal-Updater.png https://github.com/Universal-Team/extras/raw/v$CURRENT_DATE/builds/Universal-Updater/Universal-Updater.cia git stage . git commit -m "Universal-Updater | $(COMMIT_TAG)" git push origin master