We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9901aa1 commit 94a183fCopy full SHA for 94a183f
1 file changed
.appveyor.yml
@@ -15,7 +15,7 @@ configuration:
15
16
after_build:
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 }
+ - ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
19
20
deploy:
21
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
0 commit comments