shithub: moonfish

Download patch

ref: cded1ecd1dfac0c31bed2d996ba93241823304c4
parent: 64e2e1c62665bb1dc2e8572d99d27ef6d3181cbe
author: zamfofex <zamfofex@twdb.moe>
date: Mon Jul 29 04:18:16 EDT 2024

fix ‘.build.yml’

--- a/.build.yml
+++ b/.build.yml
@@ -34,7 +34,7 @@
       
       if test "$GIT_REF" = refs/heads/main
       then root=
-      else root="${GIT_REF#refs/heads/}"
+      else root="${GIT_REF#refs/*/}"
       fi
       
       cd moonfish
--