Skip to content

Commit

Permalink
Correct cpu-packages config - rename build -> build-packages (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Mar 13, 2023
1 parent 226ad69 commit 103f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build]
needs: [build-packages]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 103f724

Please # to comment.