Update linux.yml

This commit is contained in:
Nayla 2023-04-21 11:43:50 -04:00 committed by GitHub
commit e93d4c3d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,9 +46,9 @@ jobs:
path: /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/ path: /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/
# Zip Artifact # Zip Artifact
- name: 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 # New Release
- name: New Release - name: New Release
uses: ncipollo/release-action@v1.12.0 uses: ncipollo/release-action@v1.12.0
with: with:
artifacts: D:/DolphinMPN-linux.7z artifacts: /home/runner/DolphinMPN-linux.7z