File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ build_script:
3535
3636after_build :
3737 - cmd : ls c:\projects\sqlite3enc
38- # - cmd: 7z a -tzip SQLite3-Encryption_%platform %-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
39- # - ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
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 }
4040#
4141# deploy:
42- # release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43- # description: "update sqlite3 to v3.29.0"
44- # provider: GitHub
45- # auth_token:
46- # secure: YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
47- # draft: false
48- # prerelease: false
49- # on:
50- # branch: master
51- # appveyor_repo_tag: false
42+ release : SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43+ description : " update sqlite3 to v3.29.0"
44+ provider : GitHub
45+ auth_token :
46+ secure : YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
47+ draft : false
48+ prerelease : false
49+ on :
50+ branch : master
51+ appveyor_repo_tag : false
5252
5353on_success :
5454- ps : >-
You can’t perform that action at this time.
0 commit comments