From 826f956be3b611ce0f320a1fee7b1cd80e698cee Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify1@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:21:29 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708f3a2b..3682eabe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,21 @@ jobs: - platform: windows os: windows-latest + aarch: amd64 targets: exe +# - platform: windows +# os: windows-latest +# aarch: 386 +# targets: exe - # - platform: linux - # os: ubuntu-latest - # targets: appimage - +# - platform: linux +# os: ubuntu-latest +# aarch: 386 +# targets: appimage + - platform: linux + os: ubuntu-latest + aarch: amd64 + targets: appimage runs-on: ${{ matrix.os }} steps: - name: checkout @@ -53,8 +62,8 @@ jobs: java-version: 11 - name: Setup Flutter Distributor - if: matrix.platform == 'windows' - shell: powershell + if: matrix.platform == 'windows' || matrix.platform == 'linux' +# shell: powershell run: | dart pub global activate flutter_distributor where flutter_distributor @@ -102,4 +111,4 @@ jobs: name: "draft" tag_name: "draft" prerelease: true - overwrite: true \ No newline at end of file + overwrite: true