diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2daf27a..a874e12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 1fa6e50..49adb1f 100644 --- a/README.md +++ b/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) | ✔ | [![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](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) | ✔ | [![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/webbertakken/unity-builder#windows) | +| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ✔ | [![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](https://github.com/webbertakken/unity-builder#linux) | +| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](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) | ✔ | [![Actions status](https://github.com/webbertakken/unity-builder/workflows/Actions%20%F0%9F%98%8E/badge.svg)](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