Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tommitytom committed Sep 8, 2021
1 parent bb44e50 commit 6a39149
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ artifacts:
deploy:
deploy:
release: RetroPlug $(APPVEYOR_BUILD_VERSION)
description: 'Release description'
description: 'RetroPlug $(APPVEYOR_BUILD_VERSION)'
provider: GitHub
auth_token:
secure: /qpQ094QMnI1maDmM/leovgbLDBFluaEi22tjmdjRTXaDHER2apNW5M9qEvyb8p5 # your encrypted token from GitHub
artifact: /.*\.zip/ # upload all NuGet packages to release assets
secure: /qpQ094QMnI1maDmM/leovgbLDBFluaEi22tjmdjRTXaDHER2apNW5M9qEvyb8p5
artifact: /.*\.zip/
draft: true
prerelease: false
on:
branch: main # release from master branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only
APPVEYOR_REPO_TAG: true

0 comments on commit 6a39149

Please sign in to comment.