From 6cbf78be6bd4be66ebf2bfe276d2ebdd5bebcc7f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 11 Aug 2026 19:20:08 -0400 Subject: [PATCH] change step names for macos [skip ci] --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dd6a4d6..503a740 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,14 +26,14 @@ jobs: with: go-version-file: gomuks/go.mod - - name: Build app + - name: Build App run: | flutter pub get dart scripts/generate.dart flutter pub run build_runner build flutter build macos --release - - name: Upload installer artifact + - name: Upload App uses: actions/upload-artifact@v6 with: name: Nexus.App @@ -45,7 +45,7 @@ jobs: dmg_name: nexus.dmg src_dir: Nexus.app - - name: Upload installer artifact + - name: Upload DMG uses: actions/upload-artifact@v6 with: name: ${{ steps.create-dmg.inputs.path }}