Skip to content

Commit b0ef064

Browse files
committed
Try to fix appveyor deploy
1 parent 9253cf2 commit b0ef064

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.appveyor.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
# branches to build
55
branches:
66
only:
7-
- master
7+
- dev
88

99
# environments
1010
environment:
@@ -27,6 +27,7 @@ before_build:
2727
- cmd: 7z x -y icu4c-64_2-Win32-MSVC2017.zip -o%LIBICU_PATH%
2828
- cmd: 7z x -y icu4c-64_2-Win64-MSVC2017.zip -o%LIBICU_PATH%
2929
- cmd: 7z x icu4c-64_2-data.zip -o%LIBICU_PATH%
30+
- cmd: del icu4c-64_2-Win32-MSVC2017.zip && del icu4c-64_2-Win64-MSVC2017.zip && del icu4c-64_2-data.zip
3031
- cmd: c:\projects\sqlite3enc\premake.bat --builddir=build vs2017
3132

3233
# build script
@@ -39,16 +40,17 @@ after_build:
3940
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4041
#
4142
deploy:
42-
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43-
description: "update sqlite3 to v3.29.0"
43+
description: 'Automatically deployed release'
4444
provider: GitHub
4545
auth_token:
4646
secure: YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
4747
draft: false
48+
# All the zipped artifacts will be deployed
49+
artifact: /.*\.zip/
4850
prerelease: false
4951
on:
50-
branch: master
51-
appveyor_repo_tag: false
52+
branch: dev
53+
appveyor_repo_tag: true
5254

5355
on_success:
5456
- ps: >-

0 commit comments

Comments
 (0)