Skip to content

Commit 381ff76

Browse files
authored
fix: release dist name (#74)
1 parent 074f9de commit 381ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
uses: svenstaro/upload-release-action@v2
5555
with:
5656
repo_token: ${{ secrets.GITHUB_TOKEN }}
57-
file: dist/memU-kaisen-test-*.whl
57+
file: dist/memU-*.whl
5858
tag: ${{ needs.release-please.outputs.tag_name }}
5959
file_glob: true

0 commit comments

Comments
 (0)