From b12b291c7dc2816755a6847a7eed1507adf5d227 Mon Sep 17 00:00:00 2001 From: gusibi Date: Sun, 14 Jul 2024 21:42:25 +0800 Subject: [PATCH] Update macApp-release.yml --- .github/workflows/macApp-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macApp-release.yml b/.github/workflows/macApp-release.yml index 5936d8c..4459034 100644 --- a/.github/workflows/macApp-release.yml +++ b/.github/workflows/macApp-release.yml @@ -32,13 +32,13 @@ jobs: - name: Get dependencies run: flutter pub get - - - name: Start build - run: make macapp - + # 新增:安装 create-dmg - name: Install create-dmg run: brew install create-dmg + + - name: Start build + run: make macapp - name: Start build run: make macapp