Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d8ffaba

Browse files
Merge branch 'master' into fixes/stop-watcher-for-commit
2 parents 83e09a8 + ede34b5 commit d8ffaba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ artifacts:
6262
type: zip
6363
name: github-for-unity-packageproject
6464
- path: build\*.log
65+
on_failure:
66+
- ps: Get-ChildItem build\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)