correct release target in makefile

Amolith created

Change summary

Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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