Skip to content

Commit 0fa721a

Browse files
authored
fix: correct binary name after making a release (#91)
1 parent 1e3baf9 commit 0fa721a

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
@@ -55,6 +55,6 @@ jobs:
5555
uses: svenstaro/upload-release-action@v2
5656
with:
5757
repo_token: ${{ secrets.GITHUB_TOKEN }}
58-
file: dist/memU-*.whl
58+
file: dist/memu_*.whl
5959
tag: ${{ needs.release-please.outputs.tag_name }}
6060
file_glob: true

0 commit comments

Comments
 (0)