mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-26 11:18:43 +00:00
Update windows-macOS-Linux.yml
This commit is contained in:
parent
8626b5f58a
commit
cfaba14790
1 changed files with 3 additions and 3 deletions
6
.github/workflows/windows-macOS-Linux.yml
vendored
6
.github/workflows/windows-macOS-Linux.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
# Zip Artifact
|
||||
- name: Zip Artifact
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: 7z a -tzip /home/runner/DolphinMPN-linux /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/*
|
||||
run: 7z a -tzip /home/runner/DolphinMPN-linux /home/runner/work/Dolphin-MPN/Dolphin-MPN/build/Binaries/*
|
||||
# New Release
|
||||
- name: New Release
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }} && matrix.os == 'ubuntu-latest'
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
# Zip Artifact
|
||||
- name: Zip Artifact
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: 7z a -tzip /Users/runner/DolphinMPN-macOS-intel /Users/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/*
|
||||
run: 7z a -tzip /Users/runner/DolphinMPN-macOS-intel /Users/runner/work/Dolphin-MPN/Dolphin-MPN/build/Binaries/*
|
||||
# New Release
|
||||
- name: New Release
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }} && matrix.os == 'macos-latest'
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
# Zip Artifact
|
||||
- name: Zip Artifact
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }} && matrix.os == 'windows-latest'
|
||||
run: 7z a -tzip D:/DolphinMPN-win32 D:/a/dolphin-mpn-src/dolphin-mpn-src/Binary/x64/*
|
||||
run: 7z a -tzip D:/DolphinMPN-win32 D:/a/Dolphin-MPN/Dolphin-MPN/Binary/x64/*
|
||||
# New Release
|
||||
- name: New Release
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }} && matrix.os == 'windows-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue