From b369232f64b1c2eab40b6b7436f55007c7673e0b Mon Sep 17 00:00:00 2001 From: Nayla Date: Fri, 21 Apr 2023 11:42:23 -0400 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 682eee24f6..fb3d176f58 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -49,6 +49,6 @@ jobs: 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 + uses: ncipollo/release-action@v1.12.0 with: - files: D:/DolphinMPN-linux.7z + artifacts: D:/DolphinMPN-linux.7z