mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Merge branch 'main' of https://github.com/antopilo/nuake
This commit is contained in:
7
.github/workflows/msbuild.yml
vendored
7
.github/workflows/msbuild.yml
vendored
@@ -39,8 +39,11 @@ jobs:
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
run: msbuild -verbosity:m /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Bundle Resources
|
||||
run: xcopy Editor\resources bin\Release-windows-x86_64\Editor\resources /I /E
|
||||
- name: Copy Nuake.Net Assembly
|
||||
run: xcopy Editor\NuakeNet.dll bin\Release-windows-x86_64\Editor\ /I /E
|
||||
|
||||
- name: Copy Coral Assembly
|
||||
run: xcopy Editor\Coral.Managed.dll bin\Release-windows-x86_64\Editor\ /I /E
|
||||
|
||||
- name: Zip
|
||||
uses: papeloto/action-zip@v1
|
||||
|
||||
Reference in New Issue
Block a user