From 6e17fb29231483494716b854976b280daf1d0520 Mon Sep 17 00:00:00 2001 From: cooney Date: Wed, 1 Apr 2026 04:09:45 +0900 Subject: [PATCH] Update .gitea/workflows/activation.yaml --- .gitea/workflows/activation.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/activation.yaml b/.gitea/workflows/activation.yaml index 67b863f..f6bec9a 100644 --- a/.gitea/workflows/activation.yaml +++ b/.gitea/workflows/activation.yaml @@ -15,4 +15,5 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: StandaloneWindows64 - # 라이선스 파일이 없어도 ID/PW로 시도하게 함 \ No newline at end of file + # 라이선스 파일이 없어도 ID/PW로 시도하게 함 + unityVersion: 6000.2.15f1 # 여기에 민구님 프로젝트 버전을 정확히 적습니다. \ No newline at end of file