From 0ca7cf6cb9ca14f992197f21a6ab2fd2752a2a2e Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 19 Jan 2020 22:15:45 -0600 Subject: [PATCH] Make release QE --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ddaebdd..4cc6006 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,6 +64,7 @@ steps: cp ../../../Universal-Updater.3dsx Universal-Updater.3dsx cp ../../../Universal-Updater.cia Universal-Updater.cia qrencode -o Universal-Updater.png https://github.com/Universal-Team/extras/raw/v$CURRENT_DATE/builds/Universal-Updater/Universal-Updater.cia + qrencode -o Universal-Updater-release.png https://github.com/Universal-Team/Universal-Updater/releases/download/$(git describe --abbrev=0 --tags)/Universal-Updater.cia git stage . git commit -m "Universal-Updater | $(COMMIT_TAG)" git push origin master