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