From e1788ee98817f715a1113707c00b59063d86f2e2 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 8 Jul 2020 02:17:39 +1000 Subject: [PATCH] CI: Fix Linux libretro builds --- .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 d5ae9dde3..89d5b5098 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -145,7 +145,7 @@ jobs: shell: bash run: | cd build-libretro - zip -j duckstation_libretro.so.zip bin/duckstation_libretro.so + zip -j duckstation_libretro.so.zip duckstation_libretro.so - name: Upload Linux libretro core uses: actions/upload-artifact@v1