only upload .dmgs

This commit is contained in:
Henry Hiles 2026-08-11 20:08:59 -04:00
commit 9c488e8981
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 1 additions and 7 deletions

View file

@ -33,12 +33,6 @@ jobs:
flutter pub run build_runner build flutter pub run build_runner build
flutter build macos --release flutter build macos --release
- name: Upload App
uses: actions/upload-artifact@v6
with:
name: Nexus.app
path: build/macos/Build/Products/Release/Nexus.app
- name: Create DMG - name: Create DMG
id: create-dmg id: create-dmg
uses: L-Super/create-dmg-actions@28511e988b13ca34096d439159a66d468b8e724f uses: L-Super/create-dmg-actions@28511e988b13ca34096d439159a66d468b8e724f

View file

@ -19,7 +19,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
- [x] Linux - [x] Linux
- [x] Windows - Currently has some bugs, due to us not having any developers on Windows. If you want to fix these, get in contact with us though the [Nexus Client Matrix room](https://matrix.to/#/#nexus:federated.nexus). - [x] Windows - Currently has some bugs, due to us not having any developers on Windows. If you want to fix these, get in contact with us though the [Nexus Client Matrix room](https://matrix.to/#/#nexus:federated.nexus).
- [x] Android - [x] Android
- [x] MacOS - Unsigned .dmg/.App only - [x] MacOS - Unsigned .dmg only
- [x] iOS - Unsigned .ipa only - [x] iOS - Unsigned .ipa only
- [ ] Web (may not be possible) - [ ] Web (may not be possible)
- [x] Login (via OAuth) - [x] Login (via OAuth)