🔥 3-day streak
GitHub Actions (GH-200)3 / 142
Question 3 of 142
A workflow has a 'build' job that compiles a binary into the ./dist directory, and a separate 'deploy' job that needs that compiled binary. The two jobs run on different runners. The deploy job declares 'needs: build'. Which approach correctly makes the compiled binary available to the deploy job?
Reviewed for accuracy · Report an issueNext question