We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e19e4 commit f97bbf6Copy full SHA for f97bbf6
.github/workflows/CI.yml
@@ -65,5 +65,5 @@ jobs:
65
uses: softprops/action-gh-release@v1
66
if: startsWith(github.ref, 'refs/tags/')
67
with:
68
- files: dist/${{ env.file_name }}
+ files: ${{ env.file_name }}
69
0 commit comments