CI updates

This commit is contained in:
Luke Street 2024-09-04 22:39:20 -06:00
parent 103e00febe
commit 3e3a862a45
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ jobs:
name: Release name: Release
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ check, build ] needs: [ check, build-cli, build-gui ]
permissions: permissions:
contents: write contents: write
steps: steps: