From 2ee316454d00cef10e0c9aae5f53f44d07e1278d Mon Sep 17 00:00:00 2001 From: 0thElement Date: Mon, 29 Jul 2024 10:08:56 +0700 Subject: [PATCH] Build: Remove activation.yml --- .github/workflows/activation.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/activation.yml diff --git a/.github/workflows/activation.yml b/.github/workflows/activation.yml deleted file mode 100644 index 619ceb93..00000000 --- a/.github/workflows/activation.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Acquire activation file -on: - workflow_dispatch: {} -jobs: - activation: - name: Request manual activation file 🔑 - runs-on: ubuntu-latest - steps: - # Request manual activation file - - name: Request manual activation file - id: getManualLicenseFile - uses: game-ci/unity-request-activation-file@v2 - # Upload artifact (Unity_v20XX.X.XXXX.alf) - - name: Expose as artifact - uses: actions/upload-artifact@v2 - with: - name: ${{ steps.getManualLicenseFile.outputs.filePath }} - path: ${{ steps.getManualLicenseFile.outputs.filePath }} \ No newline at end of file