Skip to content

Commit 6691087

Browse files
committed
[DESKTOP] Fix desktop release action
1 parent 18cb584 commit 6691087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
path: ${{ env.RELEASE_PATH }}
204204

205205
tag_and_create_release:
206-
needs: [ build_msi, build_linux_x64_uber_jar, build_mac_dmg, build_mac_uber_jar ]
206+
needs: [ build_msi, build_linux_x64_uber_jar, build_mac_arm64_dmg, build_mac_x64_dmg, build_mac_uber_jar ]
207207
runs-on: ubuntu-latest
208208
steps:
209209
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)