From 36a8a70b1874d267816368a68099039586263ea6 Mon Sep 17 00:00:00 2001 From: Till Francke Date: Wed, 19 Jun 2024 15:31:13 +0200 Subject: [PATCH] irrelevant: update AppVeyor config --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d565a77..3637d2b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -91,7 +91,7 @@ artifacts: deploy: environment: Windows_binary release: $(APPVEYOR_REPO_TAG_NAME)-build$(APPVEYOR_BUILD_VERSION) - tag: $(APPVEYOR_REPO_TAG_NAME) #update the existing tag instead of creating a new one which causes a loop -build$(APPVEYOR_BUILD_VERSION) + #tag: $(APPVEYOR_REPO_TAG_NAME) #tt update the existing tag instead of creating a new one which causes a loop -build$(APPVEYOR_BUILD_VERSION) description: 'Windows binaries built by Appveyor ($(APPVEYOR_REPO_COMMIT_TIMESTAMP))' provider: GitHub auth_token: @@ -103,7 +103,7 @@ deploy: #skip_tags: true #avoid endless loop by pushed (and tagged) release on: branch: master # release from master branch only (in fact, this looks for "master" in the tag, so I disabled it - APPVEYOR_REPO_TAG: true # deploy on tag push only + #APPVEYOR_REPO_TAG: true # tt deploy on tag push only on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))