ci: #18 workaround to allow the CI build the game without Error.

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 6e599f928a
commit 1c7fdb1ccd
+2
View File
@@ -60,6 +60,8 @@ jobs:
with:
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
# https://github.com/RaindropViewer/RaindropViewer/issues/18
allowDirtyBuild: true
# Output
- uses: actions/upload-artifact@v2