test android build

This commit is contained in:
Kirill Chikalin
2025-03-04 18:10:29 +03:00
parent b974734f23
commit 52d006474d

View File

@@ -35,8 +35,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
targetPlatform: targetPlatform:
# - Android - Android
- WebGL # - WebGL
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
with: with:
@@ -50,7 +50,6 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
# JOB_CONTAINER_NAME: ${{ env.JOB_CONTAINER_NAME }}
ACTION_FOLDER: /volume1/docker/gitea_actions/act/2f7ed7e14b5204eb0b805d660c8b513dafe695ebe4f34553a617791ad465d82a/dist ACTION_FOLDER: /volume1/docker/gitea_actions/act/2f7ed7e14b5204eb0b805d660c8b513dafe695ebe4f34553a617791ad465d82a/dist
with: with:
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}