2020 UPLOAD_ARTIFACT : " ${{ inputs.upload-artifact }}"
2121 TAG_NAME : " ${{ inputs.tag-name }}"
2222 TARGET_NAME_gz : " Hiddify-Linux-x64-AppImage.tar"
23+ TARGET_NAME_AppImage : " Hiddify-Linux-x64-AppImage"
2324 TARGET_NAME_deb : " Hiddify-Debian-x64"
2425 # TARGET_NAME_rpm: "Hiddify-rpm-x64"
2526 TARGET_NAME_apk : " Hiddify-Android"
@@ -64,18 +65,23 @@ jobs:
6465 fail-fast : false
6566 matrix :
6667 include :
67- # - platform: android-apk
68- # os: ubuntu-latest
69- # targets: apk
68+ - platform : android-apk
69+ os : ubuntu-latest
70+ targets : apk
7071
7172 - platform : android-aab
7273 os : ubuntu-latest
7374 targets : aab
7475
75- # - platform: windows
76- # os: windows-latest
77- # aarch: amd64
78- # targets: exe,msix,zip
76+ - platform : windows
77+ os : windows-latest
78+ aarch : amd64
79+ targets : exe,msix,zip
80+
81+ - platform : linux
82+ os : ubuntu-22.04
83+ aarch : amd64
84+ targets : deb,gz,AppImage
7985
8086 # - platform: linux-amd64
8187 # os: ubuntu-22.04
@@ -97,10 +103,10 @@ jobs:
97103 # aarch: arm64
98104 # targets: deb,gz
99105
100- # - platform: macos
101- # os: macos-15
102- # aarch: universal
103- # targets: dmg,pkg
106+ - platform : macos
107+ os : macos-15
108+ aarch : universal
109+ targets : dmg,pkg
104110
105111 # - platform: ios
106112 # os: macos-15
@@ -133,21 +139,21 @@ jobs:
133139
134140
135141
136- - name : Setup Flutter for arm64
137- if : ${{ startsWith(matrix.platform,'linux-arm64') }}
138- uses : hurelhuyag/flutter-arm64-action@HEAD
139- with :
140- channel : ' stable'
141- flutter-version : ${{ env.FLUTTER_VERSION }}
142+ # - name: Setup Flutter for arm64
143+ # if: ${{ startsWith(matrix.platform,'linux-arm64') }}
144+ # uses: hurelhuyag/flutter-arm64-action@HEAD
145+ # with:
146+ # channel: 'stable'
147+ # flutter-version: ${{ env.FLUTTER_VERSION }}
142148
143149 - name : Setup Flutter
144- if : ${{ !startsWith(matrix.platform, 'linux-arm64') }}
145150 uses : subosito/flutter-action@v2.21.0 # issue with 2.13
146151 with :
147152 flutter-version : ${{ env.FLUTTER_VERSION }}
148153 # flutter-version-file: pubspec.yaml
149154 channel : ' stable'
150155 cache : true
156+
151157 - name : Clean up disk space
152158 if : startsWith(matrix.platform,'android')
153159 run : |
0 commit comments