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