diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 16f6280317..c3a6a52da1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -52,6 +52,6 @@ jobs: run: 7z a D:/DolphinMPN-macOS-intel 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-macOS-intel.7z + artifacts: D:/DolphinMPN-linux.7z