From e895efb590752e1ed17f60c71c139d51d3e1f8e2 Mon Sep 17 00:00:00 2001 From: Nayla Date: Thu, 20 Apr 2023 19:28:19 -0400 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2efab961a4..4b69f36a10 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,7 +46,7 @@ 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 D:/DolphinMPN-linux D:/a/Dolphin-MPN-src/Dolphin-MPN-src/build/Binaries/* # New Release - name: New Release uses: softprops/action-gh-release@v1