Makefile 🔗
@@ -12,7 +12,7 @@ clean:
release: clean all
if ! [ -f "$HOME/.config/hut/config" ] ; then cat ~/.artifacts_token | hut init ; fi
- hut git artifact upload out/* -r earl
+ for i in out/* ; do hut git artifact upload -r earl "$i" ; done
all: darwin dragonfly freebsd illumos netbsd openbsd plan9 linux solaris windows