mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Merge branch 'master' of https://github.com/MarioPartyNetplay/Dolphin-MPN-src
This commit is contained in:
commit
92246a0fef
3 changed files with 0 additions and 3 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
@ -50,6 +50,5 @@ jobs:
|
|||
# New Release
|
||||
- name: New Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: D:/DolphinMPN-linux.7z
|
||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -53,6 +53,5 @@ jobs:
|
|||
# New Release
|
||||
- name: New Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: D:/DolphinMPN-macOS-intel.7z
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -47,6 +47,5 @@ jobs:
|
|||
# New Release
|
||||
- name: New Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: D:/DolphinMPN-win32.7z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue