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
|
targets: aab
|
||||||
|
|
||||||
- platform: windows
|
- platform: windows
|
||||||
os: windows-latest
|
os: windows-2019
|
||||||
aarch: amd64
|
aarch: amd64
|
||||||
targets: exe
|
targets: exe
|
||||||
filename: hiddify-windows-x64
|
filename: hiddify-windows-x64
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
- name: Setup Flutter Distributor
|
- name: Setup Flutter Distributor
|
||||||
if: ${{ !startsWith(matrix.platform,'android') }}
|
if: ${{ !startsWith(matrix.platform,'android') }}
|
||||||
run: |
|
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
|
- name: Setup Linux dependencies
|
||||||
if: ${{ startsWith(matrix.platform,'linux') }}
|
if: ${{ startsWith(matrix.platform,'linux') }}
|
||||||
@@ -326,4 +326,4 @@ jobs:
|
|||||||
packageName: app.hiddify.com
|
packageName: app.hiddify.com
|
||||||
releaseName: ${{ env.TAG_NAME }}
|
releaseName: ${{ env.TAG_NAME }}
|
||||||
releaseFiles: ./hiddify-android-market.aab
|
releaseFiles: ./hiddify-android-market.aab
|
||||||
track: 'beta'
|
track: 'beta'
|
||||||
2
libcore
2
libcore
Submodule libcore updated: ad764a86b1...66e8beac53
Reference in New Issue
Block a user