activation yml
This commit is contained in:
parent
ea54a21c73
commit
90490bf142
2 changed files with 18 additions and 63 deletions
18
.github/workflows/activation.yml
vendored
Normal file
18
.github/workflows/activation.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue