From f74a93bff159b5bfafddcb988a94e66015c16169 Mon Sep 17 00:00:00 2001 From: samuello1228 Date: Fri, 10 Feb 2023 01:44:38 +0800 Subject: [PATCH] upload binary --- .github/workflows/build-macOS.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-macOS.yml b/.github/workflows/build-macOS.yml index 89c33be..14f4310 100644 --- a/.github/workflows/build-macOS.yml +++ b/.github/workflows/build-macOS.yml @@ -31,3 +31,9 @@ jobs: run: make distcheck - name: bundle run: ./dist/osx/bundle.sh + + - name: Upload binary + uses: actions/upload-artifact@v3 + with: + name: binary + path: dist/osx/Spek.dmg