build profile in ''

This commit is contained in:
Kirill Chikalin
2025-03-07 16:16:27 +03:00
parent 4d3e35b4ce
commit 0c4bd8b44f

View File

@@ -59,7 +59,7 @@ jobs:
dockerCpuLimit: 0 dockerCpuLimit: 0
RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp
dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume
buildProfile: Assets/Settings/BuildProfiles/AndroidProfile.asset buildProfile: 'Assets/Settings/BuildProfiles/AndroidProfile.asset'
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: Build-${{ matrix.targetPlatform }} name: Build-${{ matrix.targetPlatform }}