diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 11d8e83..d0ae7d4 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -69,9 +69,12 @@ jobs: - name: Build run: | 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 uses: actions/upload-artifact@v2 with: - name: Gotify-Tray.app - path: Gotify-Tray.app + name: Gotify-Tray.zip + path: Gotify-Tray.zip