We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83a86f commit e39ab4eCopy full SHA for e39ab4e
1 file changed
.github/workflows/ci-entry-point.yml
@@ -19,7 +19,7 @@ jobs:
19
unity_version: 2021.3.0
20
dotnet_version: NET_4_x
21
compiler: il2cpp
22
- target_platform: standalone
+ target_platform: mobile
23
secrets:
24
UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
25
UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
@@ -32,7 +32,7 @@ jobs:
32
unity_version: [2021.3.0, 2020.3.0]
33
dotnet_version: [NET_4_x, STANDARD_2_x]
34
compiler: [mono, il2cpp]
35
- target_platform: [standalone, mobile]
+ target_platform: [standalone] #add mobile
36
uses: ./.github/workflows/ci-internal.yml
37
with:
38
os: ubuntu-latest
0 commit comments