We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f97eb commit ed00832Copy full SHA for ed00832
.github/workflows/manual-republishing.yml
@@ -63,6 +63,5 @@ jobs:
63
- name: Upload Release Asset (whl) to GitHub
64
id: upload-release-asset
65
uses: softprops/action-gh-release@v1
66
- if: startsWith(github.ref, 'refs/tags/')
67
with:
68
- files: dist/${{ env.name }}
+ files: dist/${{ env.name }}
0 commit comments