Fix yaml formatting error. A pox on indentation-based syntax languages.
1 files changed, 2 insertions(+), 2 deletions(-)

M .build.yml
M .build.yml +2 -2
@@ 16,12 16,12 @@ secrets:
     - d7d86c19-5b94-4c65-bf07-b8b30f55bd63
 tasks:
     - build: |
-	cd ${PROJ}
+        cd ${PROJ}
         T=$(hg log -r "." --template "{latesttag}\n")
         [[ $T == "" ]] && T=$(hg bookmark -l . --template '{bookmarks}-{node|short}\n')
         go build -o ${BNAME} -ldflags="-X main.Version=$T -s -w" .
     - upload: |
-	cd ${PROJ}
+        cd ${PROJ}
         Z=${BNAME}.xz
         S=${Z}.sig
         xz ${BNAME}