Skip to content

Commit 45ffc58

Browse files
Fix typo in wheel name
1 parent 5cf0ce0 commit 45ffc58

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
@@ -15,6 +15,6 @@ runs:
1515
- name: Upload wheel artifact for Python ${{ inputs.python-version }}
1616
uses: actions/upload-artifact@v4
1717
with:
18-
name: ml-metadata-wheel-py${{ inputs.python-version }}
18+
name: struct2tensor-py${{ inputs.python-version }}
1919
path: dist/*.whl
2020
if-no-files-found: error

0 commit comments

Comments
 (0)