From 64b745fd56dd37b288aeb5b3ecec6e09c42c95ad Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 6 Aug 2020 20:11:04 +1000 Subject: [PATCH] CI: Fix Windows build upload --- .github/workflows/rolling-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 108314332..8f5ca1eed 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -51,7 +51,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: "windows-x64" - path: "duckstation-windows-x64-release.7z" + path: "duckstation-windows-x64-release.zip" windows-libretro-build: @@ -255,7 +255,7 @@ jobs: automatic_release_tag: "latest" title: "Latest Development Build" files: | - windows-x64/duckstation-windows-x64-release.7z + windows-x64/duckstation-windows-x64-release.zip windows-libretro-x64/duckstation_libretro.dll.zip linux-x64-appimage-sdl/duckstation-sdl-x64.AppImage linux-x64-appimage-sdl-zsync/duckstation-sdl-x64.AppImage.zsync