Skip to content

Commit

Permalink
change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Dec 21, 2024
1 parent e5974d9 commit e5873c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: filepattern-wheels-{{ matrix.os }}-{{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
path: dist/*.whl
retention-days: 1

Expand Down Expand Up @@ -110,6 +110,6 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: filepattern-wheels-{{ matrix.os }}-{{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
path: dist/*.whl
retention-days: 1

0 comments on commit e5873c7

Please sign in to comment.