From de4cc473635557edeaff6f9c01ce9eb4df76e7cb Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 25 Jan 2025 20:28:21 +0100 Subject: [PATCH] build, upload artifact libretro-linux --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04722626..5e7574a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,11 @@ jobs: submodules: true - name: make run: LDFLAGS=-Wl,--no-undefined make -j$(getconf _NPROCESSORS_ONLN) -f Makefile.libretro + - name: artifacts + uses: actions/upload-artifact@v4 + with: + name: Libretro-linux + path: picodrive_libretro.so build-win32: runs-on: ubuntu-latest -- 2.39.5