File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
13
13
strategy :
14
14
matrix :
15
- target : [macos-x64 , windows-x64, linux-x64]
15
+ target : [macos-arm64 , windows-x64, linux-x64]
16
16
include :
17
17
# - target: macos-arm64
18
18
# os: macos
19
19
# arch: arm64
20
20
# runner: macOS-latest
21
21
22
- - target : macos-x64
22
+ - target : macos-arm64
23
23
os : macos
24
24
arch : arm64
25
25
runner : macOS-latest
@@ -187,9 +187,9 @@ jobs:
187
187
uses : softprops/action-gh-release@v1
188
188
with :
189
189
files : |
190
- artifacts/windows-x64/ desktop_adb_file_browser.msix
190
+ artifacts/desktop_adb_file_browser.msix
191
191
artifacts/windows-x64 Inno installer.exe
192
192
artifacts/windows-x64.zip
193
193
artifacts/linux-x64.zip
194
- artifacts/macos-x64/result .zip
194
+ artifacts/macos-arm64 .zip
195
195
fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments