mirror of
https://github.com/heyman/heynote.git
synced 2024-11-22 16:03:28 +01:00
Upload built mac artifact
#build
This commit is contained in:
parent
1dcf55d676
commit
d818f75250
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user