From 252e3e43e52496ef831ce371b6dff9e10aa080a3 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 3 Dec 2019 22:54:43 +0100 Subject: [PATCH] Add return license check --- .github/workflows/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2d8476..08c902a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,3 +134,22 @@ jobs: with: name: Build path: ${{ steps.buildStep.outputs.allBuildsPath }} + + activateAndThenReturnLicense: + name: returnLicense 🎈 + runs-on: ubuntu-latest + env: + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + + steps: + # Checkout repository (required to test local actions) + - name: Checkout repository + uses: actions/checkout@v1 + + # Activate Unity + - name: Activate Unity + uses: webbertakken/unity-activate@v1 + + # Return License + - name: Return license + uses: webbertakken/unity-return-license@v0.1