mirror of
https://github.com/game-ci/unity-activate
synced 2026-01-29 06:20:06 +08:00
Add meta files
This commit is contained in:
@@ -12,10 +12,10 @@ Part of the [Unity Actions](https://github.com/webbertakken/unity-actions) colle
|
||||
Use this action to activate Unity using credentials or a license file. Both
|
||||
**personal** and **professional** licenses are supported.
|
||||
|
||||
When successfully activated, you will be able to run the
|
||||
Note that the latest versions of
|
||||
[Test](https://github.com/webbertakken/unity-actions#test) and
|
||||
[Build](https://github.com/webbertakken/unity-actions#build)
|
||||
actions.
|
||||
contain standalone activation and no longer require this action.
|
||||
|
||||
### Documentation
|
||||
|
||||
@@ -25,7 +25,7 @@ collection repository for workflow documentation and reference implementation.
|
||||
|
||||
## Usage
|
||||
|
||||
Create or edit the file called `.github/workflows/activation.yml` and add a job to it.
|
||||
Create or edit the file called `.github/workflows/main.yml` and add a job to it.
|
||||
|
||||
```yaml
|
||||
name: Activate Unity
|
||||
@@ -69,6 +69,8 @@ Continue to either the personal license or professional license section below.
|
||||
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
|
||||
```
|
||||
|
||||
Commit and push your workflow definition.
|
||||
|
||||
## More actions
|
||||
|
||||
Visit
|
||||
|
||||
Reference in New Issue
Block a user