use the correct makefile tag

This commit is contained in:
dries.k
2022-07-21 15:31:27 +02:00
parent d4406042e6
commit 1b6edc198b

View File

@@ -68,7 +68,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel
- name: Build
run: |
make build
make build-macos
cp dist/Gotify-Tray.app Gotify-Tray.app
- name: Upload artifact
uses: actions/upload-artifact@v2