Skip to content

Commit

Permalink
fixup: ci(hydro_cli): fix matrix clobbering the same artifact path
Browse files Browse the repository at this point in the history
Some of the matrices nest `target` under `platform`.
  • Loading branch information
shadaj committed Jan 17, 2025
1 parent d069c1f commit e36f222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: "Upload wheels"
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}
name: wheels-${{ matrix.platform.target }}
path: hydro_deploy/hydro_cli/dist

windows:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: "Upload wheels"
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}
name: wheels-${{ matrix.platform.target }}
path: hydro_deploy/hydro_cli/dist

release:
Expand Down

0 comments on commit e36f222

Please sign in to comment.