[ci] add macos bundle

This commit is contained in:
feederbox826 2026-03-20 17:46:09 -04:00
parent c832e1a8a2
commit 08502a2604
No known key found for this signature in database
GPG key ID: 82F297A12EBB8A57

View file

@ -244,6 +244,14 @@ jobs:
name: stash-macos
path: dist/stash-macos
- name: Upload macOS bundle
# only upload binaries for pull requests
if: ${{ github.event_name == 'pull_request' && github.base_ref != 'refs/heads/develop' && github.base_ref != 'refs/heads/master'}}
uses: actions/upload-artifact@v7
with:
name: Stash.app.zip
path: dist/Stash.app.zip
- name: Upload Linux binary
# only upload binaries for pull requests
if: ${{ github.event_name == 'pull_request' && github.base_ref != 'refs/heads/develop' && github.base_ref != 'refs/heads/master'}}