From 389c4945e01d6c1ed57dcd6b0fcac0f36edbe7e7 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 6 Aug 2020 19:35:52 +1000 Subject: [PATCH] CI: Use zips instead of 7z for Windows downloads --- .github/workflows/rolling-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 65d719020..108314332 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -45,7 +45,7 @@ jobs: - name: Create release archive shell: cmd run: | - "C:\Program Files\7-Zip\7z.exe" a -r duckstation-windows-x64-release.7z ./bin/x64/* + "C:\Program Files\7-Zip\7z.exe" a -r duckstation-windows-x64-release.zip ./bin/x64/* - name: Upload release artifact uses: actions/upload-artifact@v1