Skip to content

Commit

Permalink
Try fixing artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 5, 2024
1 parent ead57b1 commit 00611f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy.platform }}-${{ matrix.strategy.python }}
path: wheelhouse/*.whl
# Uncomment to get SSH access for testing
# - name: Setup tmate session
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy.platform }}-${{ matrix.strategy.python }}
path: wheelhouse/*.whl
# Uncomment to get SSH access for testing
# - name: Setup tmate session
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: .github/workflows/build.ps1
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
name: ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy.platform }}-${{ matrix.strategy.python }}
path: wheelhouse/*.whl
# Uncomment to get SSH access for testing
# - name: Setup tmate session
Expand Down

0 comments on commit 00611f1

Please sign in to comment.