Update .gitea/workflows/build.yaml
Some checks failed
Unity-ALF-The-End-Real / activation (push) Has been cancelled
Proxmox-Runner-Test / hello-job (push) Has been cancelled

This commit is contained in:
2026-04-01 18:21:06 +09:00
parent 92b95e4b74
commit 69c47afc11

View File

@@ -23,15 +23,16 @@ jobs:
restore-keys: Library- restore-keys: Library-
- name: Build Project - name: Build Project
uses: game-ci/unity-builder@v3 uses: game-ci/unity-builder@v4 # v3에서 v4로 올림 (유니티 6 대응)
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 }}
unityVersion: 6000.2.15f1 versioning: Semantic # 버전을 자동으로 계산하게 함 (Check)
buildName: MyGame-${{ matrix.targetPlatform }} buildName: MyGame-${{ matrix.targetPlatform }}
allowDirtyBuild: true # 버전 문자열에 이상한 게 섞여도 강행! (핵심)
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4