unity-builder@v2.0-aplha-5 create 0 size builds
See original GitHub issueBug description
I tried to port my pipeline from v1.5
to v2.0-aplha-5
. Now I have empty artefacts.
You can see my changes in https://github.com/kreghek/Zilon_Roguelike/pull/905/files#diff-db640e5698dc2c7d6326459c597f67e80e0d8061bb9e89697b4bf4a1f765568f
Key changes is:
- uses: webbertakken/unity-builder@v2.0-aplha-5
How to reproduce
There is results of Github actions: https://github.com/kreghek/Zilon_Roguelike/runs/1435830765
Expected behavior
I thought it would be enough to just change the version.
Additional details
I can explain more about my pipeline. But I dont understend which details are significant. Please, ask in comments.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
game-ci/unity-builder: Build Unity projects for different platforms
Build Unity projects for different platforms. Contribute to game-ci/unity-builder development by creating an account on GitHub.
Read more >Unity 2021.2.0a5
Unity 2021.2.0 Alpha 5. Released: February 17, 2021. Install this version with Unity Hub. Additional downloads. Select the runtime platforms of ...
Read more >Builder - GameCI
Building the project as part of a workflow may help to create mind-space and focus on the project itself. Use Unity - Builder...
Read more >Reducing the file size of your build - Unity - Manual
NET Standard 2.0 restricts you to a smaller subset of the .NET API, which can help keep size down. Did you find this...
Read more >Error:(1, 0) Plugin with id 'com.android.application' not found
Updated Answer (Dec. 2, 2020) ... Version check: ... How to update: ... If you add the following code snippet to the top...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool. Activation from
2.0-alpha
fixed zero-size build artefacts. Thanks!yea my bad, the release is actually named that.
Also use the alpha version for that action (see releases).