chg: use our flutter distrobutor version and downgrade windows version (possible fix of build error)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
targets: aab
|
||||
|
||||
- platform: windows
|
||||
os: windows-latest
|
||||
os: windows-2019
|
||||
aarch: amd64
|
||||
targets: exe
|
||||
filename: hiddify-windows-x64
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
- name: Setup Flutter Distributor
|
||||
if: ${{ !startsWith(matrix.platform,'android') }}
|
||||
run: |
|
||||
dart pub global activate flutter_distributor
|
||||
dart pub global activate --source git https://github.com/hiddify/flutter_distributor --git-path packages/flutter_distributor
|
||||
|
||||
- name: Setup Linux dependencies
|
||||
if: ${{ startsWith(matrix.platform,'linux') }}
|
||||
@@ -326,4 +326,4 @@ jobs:
|
||||
packageName: app.hiddify.com
|
||||
releaseName: ${{ env.TAG_NAME }}
|
||||
releaseFiles: ./hiddify-android-market.aab
|
||||
track: 'beta'
|
||||
track: 'beta'
|
||||
Reference in New Issue
Block a user