Skip to content

Commit e29da7c

Browse files
empty-setjsm174
authored andcommitted
ci: Action for Unity License Request
1 parent d155c47 commit e29da7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/license.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
15+
name: ${{ steps.license.outputs.filePath }}
16+
path: ${{ steps.license.outputs.filePath }}

0 commit comments

Comments
 (0)