Skip to content

Commit e39ab4e

Browse files
authored
Update ci-entry-point.yml
1 parent b83a86f commit e39ab4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-entry-point.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
unity_version: 2021.3.0
2020
dotnet_version: NET_4_x
2121
compiler: il2cpp
22-
target_platform: standalone
22+
target_platform: mobile
2323
secrets:
2424
UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
2525
UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
@@ -32,7 +32,7 @@ jobs:
3232
unity_version: [2021.3.0, 2020.3.0]
3333
dotnet_version: [NET_4_x, STANDARD_2_x]
3434
compiler: [mono, il2cpp]
35-
target_platform: [standalone, mobile]
35+
target_platform: [standalone] #add mobile
3636
uses: ./.github/workflows/ci-internal.yml
3737
with:
3838
os: ubuntu-latest

0 commit comments

Comments
 (0)