Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -23,16 +23,18 @@ jobs:
|
||||
restore-keys: Library-
|
||||
|
||||
- name: Build Project
|
||||
uses: game-ci/unity-builder@v4 # v3에서 v4로 올림 (유니티 6 대응)
|
||||
uses: game-ci/unity-builder@v4
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
with:
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
versioning: Semantic # 버전을 자동으로 계산하게 함 (Check)
|
||||
versioning: Semantic
|
||||
buildName: MyGame-${{ matrix.targetPlatform }}
|
||||
allowDirtyBuild: true # 버전 문자열에 이상한 게 섞여도 강행! (핵심)
|
||||
allowDirtyBuild: true
|
||||
# 컨테이너 격리를 쓰지 않고 서버 자원을 직접 쓰게 시도 (Check)
|
||||
containerUser: "root"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user