change step names for macos

[skip ci]
This commit is contained in:
Henry Hiles 2026-08-11 19:20:08 -04:00
commit 6cbf78be6b
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -26,14 +26,14 @@ jobs:
with: with:
go-version-file: gomuks/go.mod go-version-file: gomuks/go.mod
- name: Build app - name: Build App
run: | run: |
flutter pub get flutter pub get
dart scripts/generate.dart dart scripts/generate.dart
flutter pub run build_runner build flutter pub run build_runner build
flutter build macos --release flutter build macos --release
- name: Upload installer artifact - name: Upload App
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6
with: with:
name: Nexus.App name: Nexus.App
@ -45,7 +45,7 @@ jobs:
dmg_name: nexus.dmg dmg_name: nexus.dmg
src_dir: Nexus.app src_dir: Nexus.app
- name: Upload installer artifact - name: Upload DMG
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.create-dmg.inputs.path }} name: ${{ steps.create-dmg.inputs.path }}