diff --git a/.github/workflows/gearsystem.yml b/.github/workflows/gearsystem.yml index b1f110d3..e1dedc87 100644 --- a/.github/workflows/gearsystem.yml +++ b/.github/workflows/gearsystem.yml @@ -22,6 +22,11 @@ jobs: - name: make run: make working-directory: platforms/linux + - name: Archive binary + uses: actions/upload-artifact@v4 + with: + name: Linux (Ubuntu) binary + path: platforms/linux/gearsystem libretro: name: Libretro (Ubuntu) runs-on: ubuntu-latest @@ -33,6 +38,11 @@ jobs: - name: make run: make working-directory: platforms/libretro + - name: Archive binary + uses: actions/upload-artifact@v4 + with: + name: Libretro (Linux) core + path: platforms/libretro/gearsystem_libretro.so macos: name: macOS runs-on: macOS-latest @@ -90,3 +100,8 @@ jobs: run: | cd platforms/bsd gmake + - name: Archive binary + uses: actions/upload-artifact@v4 + with: + name: BSD (FreeBSD) binary + path: platforms/bsd/gearsystem