Update .gitea/workflows/activation.yaml
This commit is contained in:
@@ -1,19 +1,21 @@
|
|||||||
name: Unity-Build-Latest
|
name: Unity-Activation-Final
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
activation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Project
|
- name: Request activation file
|
||||||
uses: game-ci/unity-builder@v3 # 최신 v3 사용
|
uses: game-ci/unity-request-activation-file@v2 # 안정적인 v2 사용
|
||||||
env:
|
id: get-alf
|
||||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
|
||||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
|
||||||
with:
|
with:
|
||||||
targetPlatform: StandaloneWindows64
|
unityVersion: 6000.2.15f1 # 민구님 프로젝트 버전 명시
|
||||||
# 라이선스 파일이 없어도 ID/PW로 시도하게 함
|
|
||||||
unityVersion: 6000.2.15f1 # 여기에 민구님 프로젝트 버전을 정확히 적습니다.
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Unity-ALF-File
|
||||||
|
path: ${{ steps.get-alf.outputs.filePath }}
|
||||||
Reference in New Issue
Block a user