Skip to content

Commit 94a183f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configuration:
1515

1616
after_build:
1717
- 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 }
18+
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
1919

2020
deploy:
2121
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%

0 commit comments

Comments
 (0)