Skip to content

Commit 9901aa1

Browse files
committed
update .appveyor.yml
Signed-off-by: sndnvaps <sndnvaps@gmail.com>
1 parent 7f0fd11 commit 9901aa1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_build:
55

66
platform:
77
- Win32
8-
# - x64
8+
- x64
99

1010
configuration:
1111
- Release_AES256
@@ -14,9 +14,8 @@ configuration:
1414
# - Release_AES128
1515

1616
after_build:
17-
- cmd: 7z a -tzip SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
18-
- cmd: rename SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip SQLite3-Encryption.zip
19-
- ps: Push-AppveyorArtifact SQLite3-Encryption.zip
17+
- cmd: 7z a -tzip SQLite3-Encryption_%platform%-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
18+
- ps: Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
2019

2120
deploy:
2221
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%

0 commit comments

Comments
 (0)