Skip to content

Commit

Permalink
force free unity?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmeisel authored Dec 10, 2019
1 parent 1fc2f9e commit 75b849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
cp src/dll/liblibvhacd.dylib.meta build/VHACD/liblibvhacd.dylib.meta
cp src/dll/libvhacd.dll.meta build/VHACD/libvhacd.dll.meta
cd build
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -createProject unity_project
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -force-free -createProject unity_project
mv VHACD unity_project/VHACD
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -projectPath unity_project -exportPackage VHACD VHACD.unitypackage
/opt/Unity/Editor/Unity -quit -batchMode -logFile -noGraphics -force-free -projectPath unity_project -exportPackage VHACD VHACD.unitypackage
- name: upload unitypackage
uses: actions/upload-release-asset@v1.0.1
Expand Down

0 comments on commit 75b849b

Please sign in to comment.