remove workspace volume

This commit is contained in:
Kirill Chikalin
2025-03-04 10:12:06 +03:00
parent fb883a7222
commit 3ab61a993c

View File

@@ -45,7 +45,7 @@ jobs:
with: with:
path: Library path: Library
key: Library-${{ matrix.targetPlatform }} key: Library-${{ matrix.targetPlatform }}
- uses: https://git.chikalin.space/unity/unity-builder@742a850b88e70342487c06e2f5b57675184b9503 - uses: https://git.chikalin.space/unity/unity-builder@3f0b142a5a1333f6b746a17b13a92db8219c9f5d
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
@@ -58,7 +58,7 @@ jobs:
dockerCpuLimit: 0 dockerCpuLimit: 0
RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp
buildProfile: Assets/Settings/Build Profiles/Android Release.asset buildProfile: Assets/Settings/Build Profiles/Android Release.asset
dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: Build-${{ matrix.targetPlatform }} name: Build-${{ matrix.targetPlatform }}