Skip to content

Commit ac6262e

Browse files
Fix typo in wheel name
1 parent ecd99a3 commit ac6262e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/reusable-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ runs:
1616
- name: Upload wheel artifact for Python ${{ inputs.python-version }}
1717
uses: actions/upload-artifact@v4
1818
with:
19-
name: ml-metadata-wheel-py${{ inputs.python-version }}
19+
name: struct2tensor-py${{ inputs.python-version }}
2020
path: dist/*.whl
2121
if-no-files-found: error

0 commit comments

Comments
 (0)