Skip to content

Commit

Permalink
Wait for Godot builds instead of just Rust builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tommywalkie committed Apr 16, 2020
1 parent a59e9db commit 2c0740a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

github-release:
runs-on: ubuntu-latest
needs: [rust-windows, rust-linux]
needs: [godot-windows, godot-linux]
name: Release games on Github
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 2c0740a

Please sign in to comment.