We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a202be5 commit a5aeeb3Copy full SHA for a5aeeb3
.github/publish-prebuilt.sh
@@ -11,5 +11,5 @@ cp "./target/$1/lto/$2" ../$3
11
cd ../../
12
git add "lua/$3"
13
git commit -m "publish latest"
14
-git push origin "tmp-prebuilt-$1":"$1-latest"
+git push origin "$1-latest"
15
0 commit comments