Update msbuild.yml

This commit is contained in:
Antoine Pilote
2021-08-31 09:30:12 -04:00
committed by GitHub
parent db55ab88e7
commit 5cc6e9c8d8

View File

@@ -34,7 +34,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Bunle resources
run: Xcopy /I /E Editor/resources bin/Release-windows-x86_64/Editor/
run: Xcopy Editor/resources bin/Release-windows-x86_64/Editor/ /I /E
- name: Install zip
uses: montudor/action-zip@v1