From 035f3ef61a435fbca684d9078af6e437da331597 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Fri, 7 Mar 2025 17:10:22 +0300 Subject: [PATCH] fix path --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c823c1c..68a44da 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: dockerCpuLimit: 0 RUNNER_TEMP: /volume1/docker/gitea_actions/act/temp dockerWorkspacePath: /volume1/docker/gitea_actions/workspace/unity/textdecalURP # this is from volume - buildProfile: '\'Assets/Settings/Build Profiles/${{ matrix.targetPlatform }}-profile.asset\'' + buildProfile: 'Assets/Settings/Build Profiles/${{ matrix.targetPlatform }}-profile.asset' - name: Upload artifact uses: actions/upload-artifact@v3 with: