Upload built mac artifact

#build
This commit is contained in:
Jonatan Heyman 2023-01-13 14:13:08 +01:00
parent 1dcf55d676
commit d818f75250

View File

@ -37,3 +37,9 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"), # If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building # release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }} 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