diff --git a/templates/go-build.yml b/templates/go-build.yml
index 2389b23aa74e37163b141c498c6d4aee7025e3af..69a27bbc6921aee98e145426a98e7e854d1ae72d 100644
--- a/templates/go-build.yml
+++ b/templates/go-build.yml
@@ -39,5 +39,5 @@ go-build:
       upx -9 "$[[ inputs.output ]]"
     fi
   artifacts:
-    path:
+    paths:
     - "$[[ inputs.output ]]"
\ No newline at end of file