Skip to content

Commit f08da32

Browse files
authored
Move AppVeyor artifact publishing to on_finish to ensure it runs on failed builds too (#1414)
1 parent 0435b6d commit f08da32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ branches:
1010
- /^rel\/.*/
1111
build_script:
1212
- ps: .\run.ps1 default-build
13+
on_finish:
1314
- ps: "7z a testlogs.zip testlogs"
14-
artifacts:
15-
- path: testlogs.zip
16-
name: TestLogs
17-
type: Zip
15+
- ps: "Push-AppveyorArtifact testlogs.zip"
1816
install:
1917
- ps: Install-Product node 8
2018
clone_depth: 1

0 commit comments

Comments
 (0)