From 1dcce90af0adaf3c5bb3b478720139dc5b2df591 Mon Sep 17 00:00:00 2001 From: cooney Date: Wed, 1 Apr 2026 01:39:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EC=84=BC=EC=8A=A4=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=ED=9A=8D=EB=93=9D=EC=9D=84=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20=EC=9E=84=EC=8B=9C=20=EC=9B=8C=ED=81=AC=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/activation.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/activation.yaml diff --git a/.gitea/workflows/activation.yaml b/.gitea/workflows/activation.yaml new file mode 100644 index 0000000..da5fc67 --- /dev/null +++ b/.gitea/workflows/activation.yaml @@ -0,0 +1,14 @@ +name: Get Unity Activation File +on: [workflow_dispatch] # 수동으로 실행하는 버튼입니다. + +jobs: + activation: + runs-on: ubuntu-latest + steps: + - name: Request activation file + uses: game-ci/unity-request-activation-file@v2 + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: Unity_v20XX.alf # 생성된 파일을 다운로드 받으세요. + path: ./*.alf \ No newline at end of file