Merge branch 'main' of https://github.com/antopilo/Nuake into main

This commit is contained in:
antopilo
2021-08-31 16:04:17 -04:00

View File

@@ -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