From 3e3a862a4538b0ce84dda40c8266f333d4f28fed Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 4 Sep 2024 22:39:20 -0600 Subject: [PATCH] CI updates --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: