path to profile
This commit is contained in:
@@ -38,7 +38,8 @@ jobs:
|
|||||||
# - Android
|
# - Android
|
||||||
- WebGL
|
- WebGL
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Set Unity license
|
||||||
|
run: |
|
||||||
export is_unity_license_set=true
|
export is_unity_license_set=true
|
||||||
echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT
|
echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -62,7 +63,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/Build Profiles/${{ matrix.targetPlatform }}-profile.asset'
|
buildProfile: '\'Assets/Settings/Build Profiles/${{ matrix.targetPlatform }}-profile.asset\''
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user