diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 2fd11fdaabf..8918bfb43fa 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -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: @@ -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: