create a .zip for the app bundle

This commit is contained in:
dries.k
2022-07-21 15:44:34 +02:00
parent 1b6edc198b
commit 88e9ac44e9

View File

@@ -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