Skip to content

Commit

Permalink
Fix orjson_manylinux_2_17_amd64_* artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Aug 9, 2024
1 parent 5b951e8 commit 3640a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: actions/upload-artifact@v4
with:
name: orjson_manylinux_2_17_amd64_${{ matrix.python.version }}
name: orjson_manylinux_2_17_amd64_${{ matrix.python.interpreter }}
path: target/wheels
overwrite: true
retention-days: 1
Expand Down

0 comments on commit 3640a30

Please sign in to comment.