change step names for macos
[skip ci]
This commit is contained in:
parent
68f4bb0c03
commit
6cbf78be6b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue