mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Update msbuild.yml
This commit is contained in:
16
.github/workflows/msbuild.yml
vendored
16
.github/workflows/msbuild.yml
vendored
@@ -32,6 +32,14 @@ jobs:
|
||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
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/
|
||||
|
||||
- name: Install zip
|
||||
uses: montudor/action-zip@v1
|
||||
with:
|
||||
args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/Editor.exe bin/Release-windows-x86_64/Editor/resources/
|
||||
|
||||
- name: Pre-release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
@@ -40,11 +48,5 @@ jobs:
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: bin/Release-windows-x86_64/Editor/Editor.exe
|
||||
|
||||
- name: Install zip
|
||||
uses: montudor/action-zip@v1
|
||||
|
||||
- name: Zip
|
||||
|
||||
files: bin/Release-windows-x86_64/Editor/Nuake.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user