Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed May 20, 2023
1 parent 87f3899 commit 757e5dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
configuration: release

platform:
- x64
- x86

version: "{build}"
Expand Down Expand Up @@ -72,9 +73,10 @@
deploy:
- provider: GitHub
release: v9.0.0
description: $(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
artifact:
auth_token:
secure: IZIifH990iABY3PQUtkRscTU/NOyYYwptGB6B1y2b618vpphV/2KD/4IWJzSAYAi
on:
appveyor_repo_tag: true # deploy on tag push only
appveyor_repo_tag: false # deploy on tag push only

0 comments on commit 757e5dd

Please sign in to comment.