From ae584dad0156a03048c7df6e1d31165dce354eba Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sun, 29 Jun 2025 20:00:59 +0100 Subject: [PATCH] Release: attempt to automatically upload binaries. https://github.com/audetto/AppleWin/issues/284 Signed-off-by: Andrea Odetti --- .github/workflows/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b42f7037..e7b6f861c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,6 +38,16 @@ jobs: cmake --build build-static ldd build-static/source/frontends/libretro/applewin_libretro.so + - name: Release + uses: softprops/action-gh-release@v2 + with: + files: | + build/applen + build/qapple + build/sa2 + build-static/source/frontends/libretro/applewin_libretro.so + build-static/source/frontends/libretro/applewin_libretro.info + MSYS2: runs-on: windows-latest defaults: