From d818f752501935e714412cc6934d468dba3f91b0 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Fri, 13 Jan 2023 14:13:08 +0100 Subject: [PATCH] Upload built mac artifact #build --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4916659..c00f568 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,3 +37,9 @@ jobs: # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} + + - name: Upload Mac artifact + uses: actions/upload-artifact@v3 + with: + name: heynote-macos-${{ github.sha }} + path: release/*/Heynote_[0-9].[0-9].[0-9]*.dmg