Skip to content

Commit 1f864bb

Browse files
committed
Added the pushing of artifacts
1 parent 6b2874b commit 1f864bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ artifacts:
4747

4848
before_deploy:
4949
- ps: .\Libraries\Create-Release.ps1
50+
- ps: Get-ChildItem .\release\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name -DeploymentName ReleaseArtifacts }
5051

5152
deploy:
5253
provider: GitHub

0 commit comments

Comments
 (0)