We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3baf9 commit 0fa721aCopy full SHA for 0fa721a
.github/workflows/release-please.yml
@@ -55,6 +55,6 @@ jobs:
55
uses: svenstaro/upload-release-action@v2
56
with:
57
repo_token: ${{ secrets.GITHUB_TOKEN }}
58
- file: dist/memU-*.whl
+ file: dist/memu_*.whl
59
tag: ${{ needs.release-please.outputs.tag_name }}
60
file_glob: true
0 commit comments