Skip to content

Commit

Permalink
ci: fix wrong matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Jul 4, 2024
1 parent d127598 commit c7349f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
with:
github-token: ${{ secrets.GH_PAT }}
run-id: ${{ secrets.OPENBLAS_LINUX_ARTIFACTS_RUN_ID }}
name: OpenBLAS_linux_${{ matrix.config.arch[0] }}
name: OpenBLAS_linux_${{ matrix.arch[0] }}
path: OpenBLAS

- name: Set up the configuration file
Expand Down

0 comments on commit c7349f5

Please sign in to comment.