Skip to content

Commit 103f724

Browse files
Correct cpu-packages config - rename build -> build-packages (#109)
1 parent 226ad69 commit 103f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpu-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: Release
8686
runs-on: ubuntu-latest
8787
if: "startsWith(github.ref, 'refs/tags/')"
88-
needs: [build]
88+
needs: [build-packages]
8989
steps:
9090
- uses: actions/download-artifact@v3
9191
with:

0 commit comments

Comments
 (0)