Different method to force move file
parent
3e3a06e781
commit
220d01d404
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
###########################
|
###########################
|
||||||
- name: Set Scripting Backend To il2cpp
|
- name: Set Scripting Backend To il2cpp
|
||||||
run: |
|
run: |
|
||||||
move /Y .\test-project\ProjectSettings\ProjectSettingsWindows.asset .\test-project\ProjectSettings\ProjectSettings.asset
|
Move-Item -Path "./test-project/ProjectSettings/ProjectSettingsWindows.asset" -Destination "./test-project/ProjectSettings/ProjectSettings.asset" -Force
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Build #
|
# Build #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue