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