Uncomment line in publish script

This commit is contained in:
Mike Farah 2020-02-13 10:22:52 +11:00
parent 65802f9e0e
commit d83c46eec2

View File

@ -32,5 +32,5 @@ upload() {
done < <(find ./build -mindepth 1 -maxdepth 1 -print0)
}
# release
release
upload