We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef3f20 commit 1d22b07Copy full SHA for 1d22b07
1 file changed
appveyor.yml
@@ -15,9 +15,11 @@ artifacts:
15
name: Opensegaapi
16
deploy:
17
- provider: GitHub
18
+ tag: OpenSegaAPI
19
release: Opensegaapi_$(APPVEYOR_BUILD_VERSION)
20
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
21
auth_token:
22
secure: a2B+6mDTHuBa0fw8nm739eGJIZBcZp0IenhKvvXvreLR6ZUoHg9pflMP8ahNUK6o
23
repository: teknogods/Opensegaapi
- artifact: build\bin\release\Opensegaapi.zip
24
+ artifact: build\bin\release\Opensegaapi.zip
25
+ force_update: true
0 commit comments