Skip to content

Commit 9a76ede

Browse files
committed
chore: update action
1 parent a4002f7 commit 9a76ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
TAG_NAME="prerelease-$(date +%Y%m%d%H%M%S)"
4848
gh release create $TAG_NAME --prerelease --title "Nightly Build $(date +'%Y-%m-%d %H:%M:%S')" \
4949
--notes "This is an automated nightly build." \
50-
./dist/*.tar.gz ./dist/*.zip
50+
./dist/*.tar.gz *_checksums.txt
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

0 commit comments

Comments
 (0)