Skip to content

Commit

Permalink
irrelevant: update AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
TillF committed Jun 19, 2024
1 parent 8a6c382 commit 36a8a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'))
Expand Down

0 comments on commit 36a8a70

Please sign in to comment.