Skip to content

Commit

Permalink
feat: ship as a unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Mar 27, 2019
1 parent 9be7426 commit 11edc14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
]
}],
'@semantic-release/release-notes-generator',
'@semantic-release/github'
["@semantic-release/github", {
"assets": [
{"path": "Mirror.unitypackage", "label": "Unity package distribution"}
]
}],
]
}
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:
- bundle install
- cd ..
- cp c:\Tools\curl\bin\libcurl.dll C:\Ruby25-x64\bin
- choco install unitypackager

#build:
# project: Mirror/Networking.sln
Expand All @@ -27,9 +28,11 @@ build_script:
- ruby checksite.rb
- cd ..

after_build:
- UnityPackager pack Mirror.unitypackage Assets/Mirror Assets/Mirror LICENSE Assets/Mirror/LICENSE

artifacts:
- path: Assets
name: Mirror
- path: Mirror.unitypackage

image: Visual Studio 2017

Expand Down

0 comments on commit 11edc14

Please sign in to comment.