create a .zip for the app bundle
This commit is contained in:
9
.github/workflows/develop.yml
vendored
9
.github/workflows/develop.yml
vendored
@@ -69,9 +69,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make build-macos
|
make build-macos
|
||||||
cp dist/Gotify-Tray.app Gotify-Tray.app
|
cd dist
|
||||||
|
zip -r Gotify-Tray.zip Gotify-Tray.app
|
||||||
|
cd ..
|
||||||
|
cp dist/Gotify-Tray.zip Gotify-Tray.zip
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Gotify-Tray.app
|
name: Gotify-Tray.zip
|
||||||
path: Gotify-Tray.app
|
path: Gotify-Tray.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user