diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4a1a6a2..c86233f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -238,7 +238,7 @@ jobs: name: Release if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest - needs: [ check, build ] + needs: [ check, build-cli, build-gui ] permissions: contents: write steps: