Update msbuild.yml

This commit is contained in:
Antoine Pilote
2024-08-15 14:32:44 -04:00
committed by GitHub
parent f7eeddb53f
commit f645dfcc26

View File

@@ -44,6 +44,9 @@ jobs:
- name: Copy Coral Assembly
run: xcopy Editor\Coral.Managed.dll bin\Release-windows-x86_64\Editor\ /I /E
- name: Copy Runtime Config
run: xcopy Editor\Coral.Managed.runtimeconfig.json bin\Release-windows-x86_64\Editor\ /I /E
- name: Zip
uses: papeloto/action-zip@v1