Skip to content

Commit 6c4be4c

Browse files
committed
ci: enhance release workflow by adding dependencies for additional build artifacts
1 parent 5dd47ff commit 6c4be4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,11 @@ jobs:
506506
deploy:
507507
needs:
508508
- pack
509+
- build-artifact
510+
- build-artifact-dev
509511
- build-extra-packages
512+
- build-linux-packages
513+
- build-linux-packages-arm64
510514
runs-on: ubuntu-22.04
511515
env:
512516
target: ${{ needs.pack.outputs.target }}

0 commit comments

Comments
 (0)