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