Skip to content

Commit 3e3a862

Browse files
committed
CI updates
1 parent 103e00f commit 3e3a862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
name: Release
239239
if: startsWith(github.ref, 'refs/tags/')
240240
runs-on: ubuntu-latest
241-
needs: [ check, build ]
241+
needs: [ check, build-cli, build-gui ]
242242
permissions:
243243
contents: write
244244
steps:

0 commit comments

Comments
 (0)