Update windows.yml

This commit is contained in:
Nayla 2023-04-20 19:18:16 -04:00 committed by GitHub
commit 06c23ca0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@ jobs:
# Submoudle
- name: Checkout Submodles
run: git submodule update --init --recursive
# Install 7zip
- name: Install 7zip
run: choco install 7zip
# Setup MSBuild For Later Usage
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
@ -38,3 +41,12 @@ jobs:
with:
name: DolphinMPN-win32
path: D:\a\Dolphin-MPN-src\Dolphin-MPN-src\Binary\x64
# Zip Artifact
- name: Zip Artifact
run: 7z a D:/DolphinMPN-win32 D:/a/dolphin-mpn-src/dolphin-mpn-src/Binary/x64/*
# New Release
- name: New Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: D:/DolphinMPN-win32.7z