commit 2d42a58136bfb56f06cfaa732bfee7c50141dea5
parent f9e8faa8c3a92ddc09caf6de1bf0c50c24259e8e
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Mon, 17 Jan 2022 23:26:56 +0000
Remove uploaded binaries in preparation for new URLs.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml
@@ -58,6 +58,8 @@ tasks:
if [ "$(cd uxn && git rev-parse HEAD)" != "$(cd uxn && git rev-parse origin/main)" ]; then exit; fi
ls -l out
tar -czf out.tar.gz -C out .
+ mkdir empty
+ tar -czf out.tar.gz -C empty .
acurl() {
set +x
curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"