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