Skip to content

Commit

Permalink
Make release step dependent on build-directly-optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Nov 8, 2023
1 parent cfe1382 commit cd3785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [build-with-server, build-directly]
needs: [build-with-server, build-directly, build-directly-optimized]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit cd3785b

Please sign in to comment.