.builds/releases.yaml 🔗
@@ -16,5 +16,3 @@ tasks:
 - build: |
     cd $repo
     make release
-- upload-artifacts: |
-    cat 
  Amolith created
.builds/releases.yaml | 2 --
Makefile              | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
@@ -16,5 +16,3 @@ tasks:
 - build: |
     cd $repo
     make release
-- upload-artifacts: |
-    cat 
  @@ -11,6 +11,7 @@ clean:
 	rm -rf out
 
 release: clean all
+	if ! [ -f "$HOME/.config/hut/config" ] ; then cat ~/.artifacts_token | hut init ; fi
 	hut git artifact upload out/* -r earl
 
 all: darwin dragonfly freebsd illumos netbsd openbsd plan9 linux solaris windows