From f98f9fcd0c296d97389353808721c94e619002a6 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 11 May 2021 00:36:47 +1000 Subject: [PATCH] CI: Fix libretro dll for Windows --- .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 3d20c7551..566e7d483 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -107,7 +107,7 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' uses: actions/upload-artifact@v1 with: - name: "windows-libretro-x64" + name: "windows" path: "build/duckstation_libretro.dll.zip"