Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user