We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b618d commit 6fa5766Copy full SHA for 6fa5766
1 file changed
.appveyor.yml
@@ -38,7 +38,7 @@ after_build:
38
- cmd: 7z a -tzip SQLite3-Encryption_%ARCH%-v%APPVEYOR_BUILD_VERSION%.zip bin-vc15/ -xr@x_fn.txt
39
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
40
#
41
-#deploy:
+deploy:
42
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43
description: "update sqlite3 to v3.29.0"
44
provider: GitHub
0 commit comments