build, upload artifact libretro-linux
authorkub <derkub@gmail.com>
Sat, 25 Jan 2025 19:28:21 +0000 (20:28 +0100)
committerkub <derkub@gmail.com>
Sat, 25 Jan 2025 19:28:27 +0000 (20:28 +0100)
.github/workflows/ci.yml

index 0472262..5e7574a 100644 (file)
@@ -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