File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : npm run electron:dist:linux:x64 -- --publish always
3434
3535 linux_arm64 :
36- needs : linux_x64
3736 runs-on : ubuntu-latest
3837
3938 steps :
5352 run : npm run electron:dist:linux:arm64 -- --publish always
5453
5554 linux_arm :
56- needs : linux_arm64
5755 runs-on : ubuntu-latest
5856
5957 steps :
7371 run : npm run electron:dist:linux:arm -- --publish always
7472
7573 dmg_x64 :
76- needs : linux_arm
7774 runs-on : macos-latest
7875
7976 steps :
9390 run : npm run electron:dist:mac:x64 -- --publish always
9491
9592 dmg_arm64 :
96- needs : dmg_x64
9793 runs-on : macos-latest
9894
9995 steps :
@@ -113,7 +109,6 @@ jobs:
113109 run : npm run electron:dist:mac:arm64 -- --publish always
114110
115111 exe :
116- needs : dmg_arm64
117112 runs-on : windows-latest
118113
119114 steps :
Original file line number Diff line number Diff line change 8282 ],
8383 "mac" : {
8484 "category" : " public.app-category.audio" ,
85+ "artifactName" : " ${productName}-${version}-mac-${arch}.${ext}" ,
8586 "publish" : {
8687 "provider" : " github" ,
8788 "releaseType" : " draft"
You can’t perform that action at this time.
0 commit comments