From d83c46eec2b169886b02cc748fa2fe957ac614a2 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 13 Feb 2020 10:22:52 +1100 Subject: [PATCH] Uncomment line in publish script --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 40b290f..c878481 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -32,5 +32,5 @@ upload() { done < <(find ./build -mindepth 1 -maxdepth 1 -print0) } -# release +release upload