We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d155c47 commit e29da7cCopy full SHA for e29da7c
.github/workflows/license.yml
@@ -0,0 +1,16 @@
1
+name: License
2
+on:
3
+ workflow_dispatch: {}
4
+jobs:
5
+ license:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Request unity license
9
+ id: license
10
+ uses: game-ci/unity-request-activation-file@v2
11
+ with:
12
+ unityVersion: 2021.3.0f1
13
+ - uses: actions/upload-artifact@v2
14
15
+ name: ${{ steps.license.outputs.filePath }}
16
+ path: ${{ steps.license.outputs.filePath }}
0 commit comments