Skip to content

Commit f4d28f2

Browse files
committed
fix: action config
1 parent 57981c7 commit f4d28f2

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
@@ -49,7 +49,7 @@ jobs:
4949
TAG_NAME="prerelease-$(date +%Y%m%d%H%M%S)"
5050
gh release create $TAG_NAME --prerelease --title "Nightly Build $(date +'%Y-%m-%d %H:%M:%S')" \
5151
--notes "This is an automated nightly build." \
52-
./dist/*.tar.gz *_checksums.txt
52+
./dist/*.tar.gz ./dist/*_checksums.txt
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

0 commit comments

Comments
 (0)