Skip to content

Commit

Permalink
Merge pull request #7 from szymmirr/android-ubuntu
Browse files Browse the repository at this point in the history
Build Android on Ubuntu
  • Loading branch information
szymmirr committed Dec 8, 2023
2 parents 008dcc2 + 709d270 commit b438e67
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,6 +15,7 @@ jobs:
targetPlatform:
- StandaloneWindows64
- WebGL
- Android
- iOS
- StandaloneOSX
- StandaloneLinux64
Expand All @@ -23,7 +24,7 @@ jobs:
uses: actions/checkout@v4

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

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

0 comments on commit b438e67

Please sign in to comment.