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