Skip to content

Commit ffeef42

Browse files
committed
fix gh actions
1 parent 257709e commit ffeef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
RELDATE="$(date +'%Y-%m-%d %H:%M')"
8181
NAME="Auto-Build $RELDATE"
8282
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
83-
gh release create "$TAGNAME" --target "master" --title "$NAME" artifacts/*.{zip,tar.xz}
83+
gh release create "$TAGNAME" --target "master" --title "$NAME" artifacts/tetris-*-*.{zip,tar.xz}
8484
echo "tag_name=${TAGNAME}" >> $GITHUB_OUTPUT
8585
echo "rel_date=${RELDATE}" >> $GITHUB_OUTPUT
8686
env:

0 commit comments

Comments
 (0)