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

Commit d383d53

Browse files
committed
Fix artifact packaging in CI
1 parent 455b73a commit d383d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ test:
5151
- DoNotRunOnAppVeyor
5252
- TimeSensitive
5353
artifacts:
54-
- path: unity\TestProject\Assets\Editor\*.dll
55-
- path: unity\TestProject\Assets\Editor\*.pdb
54+
- path: unity\PackageProject
55+
type: zip
5656
- path: build\*.log

0 commit comments

Comments
 (0)