Fix build tests

pull/326/head
Andrew Kahr 2022-01-26 21:33:01 -08:00
parent beb66ba929
commit 64c42a01bc
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
###########################
- name: Set Scripting Backend To il2cpp
run: |
Move-Item -Path "./test-project/ProjectSettings/ProjectSettingsIl2cpp.asset" -Destination "./test-project/ProjectSettings/ProjectSettings.asset" -Force
mv -f "./test-project/ProjectSettings/ProjectSettingsIl2cpp.asset" "./test-project/ProjectSettings/ProjectSettings.asset"
###########################
# Build #