From 581d95b64d604d233d9b1fff6fc66159162a769a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:54:34 +0200 Subject: [PATCH] deleted actions --- .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 7baf2cd..0000000 --- a/.github/workflows/activation.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Get Unity license activation file 🔐 - -on: workflow_dispatch - -jobs: - requestManualActivationFile: - name: Request manual activation file 🔑 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - uses: game-ci/unity-request-activation-file@v2 - id: getManualLicenseFile - - - uses: actions/upload-artifact@v2 - with: - name: Manual Activation File - path: ${{ steps.getManualLicenseFile.outputs.filePath }} \ No newline at end of file