Skip to content

Commit

Permalink
fix: 忘加上gui了
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeiTM233 committed Oct 9, 2024
1 parent 806acf8 commit 46ffd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:

release:
if: ${{ needs.meta.outputs.is_release == 'true' }}
needs: [meta, windows, ubuntu, macos, android]
needs: [meta, gui, windows, ubuntu, macos, android]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 46ffd6d

Please sign in to comment.