mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Merge branch 'main' of https://github.com/antopilo/Nuake into main
This commit is contained in:
19
.github/workflows/msbuild.yml
vendored
19
.github/workflows/msbuild.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@@ -31,3 +32,21 @@ 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 "Editor/resources" "bin/Release-windows-x86_64/Editor" /I /E
|
||||
|
||||
- name: Install zip
|
||||
uses: montudor/action-zip@v1
|
||||
with:
|
||||
args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/
|
||||
|
||||
- name: Pre-release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: bin/Release-windows-x86_64/Editor/Nuake.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user