We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514a045 commit aebad48Copy full SHA for aebad48
1 file changed
.appveyor.yml
@@ -40,17 +40,16 @@ after_build:
40
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
41
#
42
deploy:
43
+ release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
44
description: 'Automatically deployed release'
45
provider: GitHub
46
auth_token:
- secure: C/JcTUS0CTkBLE9syYzpYxJdDdfTl35MCSiNwxClbFP6QdKhsSUxGDc/Uyw9QKb+
47
+ secure: wZ049LmzjlMHqV5IFklperAW7uhpMllxePBaf+ZUK5IWJQGsPEY8pCsmTw+Yck4d
48
draft: false
- # All the zipped artifacts will be deployed
49
- artifact: /.*\.zip/
50
prerelease: false
51
on:
52
branch: dev
53
- appveyor_repo_tag: true
+ appveyor_repo_tag: true
54
55
on_success:
56
- ps: >-
0 commit comments