Zip up .app to stop GA from breaking it.
This commit is contained in:
parent
0faf3caa2e
commit
71818f6bf0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -20,12 +20,13 @@ jobs:
|
|||
- name: Build .app
|
||||
run: |
|
||||
build/build-macos.sh
|
||||
zip build/output/BAPSicle.app build/output/BAPSicle.zip
|
||||
- name: Archive Build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Package - MacOS
|
||||
path: |
|
||||
build/output/BAPSicle.app
|
||||
build/output/BAPSicle.zip
|
||||
|
||||
build-ubuntu:
|
||||
|
||||
|
|
Loading…
Reference in a new issue