chg: change macos build to flutter_distributor

This commit is contained in:
Hiddify
2023-08-20 11:48:47 +00:00
parent 54f8416ecd
commit 47e48aa3d4
2 changed files with 7 additions and 4 deletions

View File

@@ -74,7 +74,9 @@ jobs:
- name: Build macos dmg
if: matrix.platform == 'macos'
run: |
brew install create-dmg tree
brew install create-dmg tree node
npm install -g appdmg
- name: Setup Java
if: matrix.platform == 'android'
uses: actions/setup-java@v3