Skip to content

Commit

Permalink
chg: use our flutter distrobutor version and downgrade windows versio…
Browse files Browse the repository at this point in the history
…n (possible fix of build error)
  • Loading branch information
hiddify-com committed Feb 9, 2024
1 parent d50dfc2 commit 23dc53a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
targets: aab

- platform: windows
os: windows-latest
os: windows-2019
aarch: amd64
targets: exe
filename: hiddify-windows-x64
Expand Down Expand Up @@ -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') }}
Expand Down Expand Up @@ -326,4 +326,4 @@ jobs:
packageName: app.hiddify.com
releaseName: ${{ env.TAG_NAME }}
releaseFiles: ./hiddify-android-market.aab
track: 'beta'
track: 'beta'
2 changes: 1 addition & 1 deletion libcore

0 comments on commit 23dc53a

Please sign in to comment.