We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257709e commit ffeef42Copy full SHA for ffeef42
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
RELDATE="$(date +'%Y-%m-%d %H:%M')"
81
NAME="Auto-Build $RELDATE"
82
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
83
- gh release create "$TAGNAME" --target "master" --title "$NAME" artifacts/*.{zip,tar.xz}
+ gh release create "$TAGNAME" --target "master" --title "$NAME" artifacts/tetris-*-*.{zip,tar.xz}
84
echo "tag_name=${TAGNAME}" >> $GITHUB_OUTPUT
85
echo "rel_date=${RELDATE}" >> $GITHUB_OUTPUT
86
env:
0 commit comments