Update windows.yml

This commit is contained in:
Nayla 2023-04-21 18:00:00 -04:00 committed by GitHub
commit 5123fa53fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,9 +42,3 @@ jobs:
# Zip Artifact # Zip Artifact
- name: Zip Artifact - name: Zip Artifact
run: 7z a D:/DolphinMPN-win32 D:/a/dolphin-mpn-src/dolphin-mpn-src/Binary/x64/* run: 7z a D:/DolphinMPN-win32 D:/a/dolphin-mpn-src/dolphin-mpn-src/Binary/x64/*
# New Release
- name: New Release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: ncipollo/release-action@v1.12.0
with:
artifacts: D:/DolphinMPN-win32.7z