Skip to content

Commit

Permalink
Merge pull request #6 from szymmirr/android-windows
Browse files Browse the repository at this point in the history
Build Android on Windows
  • Loading branch information
szymmirr committed Dec 2, 2023
2 parents 336fba2 + e8cf7c8 commit 008dcc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
targetPlatform:
- StandaloneWindows64
- WebGL
- Android
- iOS
- StandaloneOSX
- StandaloneLinux64
Expand All @@ -24,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Unity Builder
uses: game-ci/unity-builder@v4.0.1
uses: game-ci/unity-builder@v4.1.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -44,14 +43,15 @@ jobs:
strategy:
matrix:
targetPlatform:
- Android
- WSAPlayer
- tvOS
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Unity Builder
uses: game-ci/unity-builder@v4.0.1
uses: game-ci/unity-builder@v4.1.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down

0 comments on commit 008dcc2

Please sign in to comment.