mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Update linux.yml
This commit is contained in:
parent
166dc9f826
commit
e93d4c3d75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -46,9 +46,9 @@ jobs:
|
|||
path: /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/
|
||||
# Zip Artifact
|
||||
- name: Zip Artifact
|
||||
run: 7z a D:/DolphinMPN-linux D:/a/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/*
|
||||
run: 7z a /home/runner/DolphinMPN-linux /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/*
|
||||
# New Release
|
||||
- name: New Release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
artifacts: D:/DolphinMPN-linux.7z
|
||||
artifacts: /home/runner/DolphinMPN-linux.7z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue