mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-02-03 00:09:05 +08:00
Update supported platforms
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -119,14 +119,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: webbertakken/unity-activate@v1
|
||||
- uses: webbertakken/unity-builder@master
|
||||
with:
|
||||
projectPath: "."
|
||||
unityVersion: "2019.2.11f1"
|
||||
projectPath: test-project
|
||||
unityVersion: 2019.2.11f1
|
||||
targetPlatform: WebGL
|
||||
- uses: webbertakken/unity-return-license@v1
|
||||
if: always()
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Build
|
||||
|
||||
13
README.md
13
README.md
@@ -56,11 +56,16 @@ Detailed instructions can be found in each action below.
|
||||
| Description | Done | Status |
|
||||
|-------------------------|------|--------|
|
||||
| [Build for WebGL](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#webgl) |
|
||||
| [Build for Windows](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for Windows](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#windows) |
|
||||
| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#linux) |
|
||||
| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#macos) |
|
||||
| [Build for Android](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for iOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for iOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#ios) |
|
||||
| [Build for Windows store](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for PS4](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for XboxOne](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for tvOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
| [Build for Switch](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||
|
||||
#### Reference implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user