mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Add return license check
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user