Skip to content

Commit a1150e2

Browse files
committed
ci: remove job dependencies and update mac artifact name
1 parent a3672b9 commit a1150e2

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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:
@@ -53,7 +52,6 @@ jobs:
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:
@@ -73,7 +71,6 @@ jobs:
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:
@@ -93,7 +90,6 @@ jobs:
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:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
],
8383
"mac": {
8484
"category": "public.app-category.audio",
85+
"artifactName": "${productName}-${version}-mac-${arch}.${ext}",
8586
"publish": {
8687
"provider": "github",
8788
"releaseType": "draft"

0 commit comments

Comments
 (0)