File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ jobs:
111111 strategy :
112112 matrix :
113113 artifact :
114- - path : " mac-universal"
114+ - path : " *- mac-universal.zip "
115115 name : Arduino-Lab-for-MicroPython_macOS_Universal
116116 id : macos-universal
117- - path : " win-unpacked "
117+ - path : " *-win_x64.zip "
118118 name : Arduino-Lab-for-MicroPython_Windows_X86-64
119119 id : windows
120- - path : " linux-unpacked "
120+ - path : " *-linux_x64.zip "
121121 name : Arduino-Lab-for-MicroPython_Linux_X86-64
122122 id : linux
123- - path : " linux-arm64-unpacked "
123+ - path : " *-linux_arm64.zip "
124124 name : Arduino-Lab-for-MicroPython_Linux_ARM64
125125 id : linux-arm64
126126
Original file line number Diff line number Diff line change 2626 "mac" : {
2727 "target" : [
2828 {
29- "target" : " dir " ,
29+ "target" : " zip " ,
3030 "arch" : [
3131 " universal"
3232 ]
3535 "icon" : " build_resources/icon.icns"
3636 },
3737 "win" : {
38- "target" : " dir " ,
38+ "target" : " zip " ,
3939 "sign" : " ./build_resources/windowsCustomSign.js" ,
4040 "icon" : " build_resources/icon.png"
4141 },
4242 "linux" : {
4343 "target" : [
4444 {
45- "target" : " dir " ,
45+ "target" : " zip " ,
4646 "arch" : [" x64" ]
4747 },
4848 {
49- "target" : " dir " ,
49+ "target" : " zip " ,
5050 "arch" : [" arm64" ]
5151 }
5252 ],
You can’t perform that action at this time.
0 commit comments