mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-03 14:09:46 +03:00
Update msbuild.yml
This commit is contained in:
11
.github/workflows/msbuild.yml
vendored
11
.github/workflows/msbuild.yml
vendored
@@ -33,14 +33,15 @@ jobs:
|
||||
# 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
|
||||
- name: Bundle Resources
|
||||
run: xcopy Editor\resources bin\Release-windows-x86_64\Editor /I /E
|
||||
|
||||
- name: Install zip
|
||||
uses: montudor/action-zip@v1
|
||||
- name: Zip
|
||||
- uses: papeloto/action-zip@v1
|
||||
with:
|
||||
args: zip -qq -r Nuake.zip bin/Release-windows-x86_64/Editor/
|
||||
|
||||
files: bin/Release-windows-x86_64/Editor/
|
||||
dest: Nuake-latest.zip
|
||||
|
||||
- name: Pre-release
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user