From 4863f66f688eccb424777f479e872822333035ed Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Fri, 7 Mar 2025 13:04:37 +0300 Subject: [PATCH] rename build profiles path --- .gitea/workflows/build.yaml | 2 +- Assets/Settings/{Build Profiles.meta => BuildProfiles.meta} | 0 .../AndroidProfile.asset} | 4 ++-- .../AndroidProfile.asset.meta} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename Assets/Settings/{Build Profiles.meta => BuildProfiles.meta} (100%) rename Assets/Settings/{Build Profiles/Android Profile.asset => BuildProfiles/AndroidProfile.asset} (96%) rename Assets/Settings/{Build Profiles/Android Profile.asset.meta => BuildProfiles/AndroidProfile.asset.meta} (100%) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cb23130..9f4b853 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -56,7 +56,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/Android Profile.asset + buildProfile: Assets/Settings/BuildProfiles/AndroidProfile.asset - uses: actions/upload-artifact@v3 with: name: Build-${{ matrix.targetPlatform }} diff --git a/Assets/Settings/Build Profiles.meta b/Assets/Settings/BuildProfiles.meta similarity index 100% rename from Assets/Settings/Build Profiles.meta rename to Assets/Settings/BuildProfiles.meta diff --git a/Assets/Settings/Build Profiles/Android Profile.asset b/Assets/Settings/BuildProfiles/AndroidProfile.asset similarity index 96% rename from Assets/Settings/Build Profiles/Android Profile.asset rename to Assets/Settings/BuildProfiles/AndroidProfile.asset index 98ec2fc..6573bdb 100644 --- a/Assets/Settings/Build Profiles/Android Profile.asset +++ b/Assets/Settings/BuildProfiles/AndroidProfile.asset @@ -10,7 +10,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 15003, guid: 0000000000000000e000000000000000, type: 0} - m_Name: Android Profile + m_Name: AndroidProfile m_EditorClassIdentifier: m_AssetVersion: 1 m_BuildTarget: 13 @@ -18,7 +18,7 @@ MonoBehaviour: m_PlatformId: b9b35072a6f44c2e863f17467ea3dc13 m_PlatformBuildProfile: rid: 4275609458689966080 - m_OverrideGlobalSceneList: 1 + m_OverrideGlobalSceneList: 0 m_Scenes: - m_enabled: 1 m_path: Assets/Scenes/Demo.unity diff --git a/Assets/Settings/Build Profiles/Android Profile.asset.meta b/Assets/Settings/BuildProfiles/AndroidProfile.asset.meta similarity index 100% rename from Assets/Settings/Build Profiles/Android Profile.asset.meta rename to Assets/Settings/BuildProfiles/AndroidProfile.asset.meta