We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57981c7 commit f4d28f2Copy full SHA for f4d28f2
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
TAG_NAME="prerelease-$(date +%Y%m%d%H%M%S)"
50
gh release create $TAG_NAME --prerelease --title "Nightly Build $(date +'%Y-%m-%d %H:%M:%S')" \
51
--notes "This is an automated nightly build." \
52
- ./dist/*.tar.gz *_checksums.txt
+ ./dist/*.tar.gz ./dist/*_checksums.txt
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
0 commit comments