Remove uploaded binaries in preparation for new URLs.

This commit is contained in:
Andrew Alderwick 2022-01-17 23:26:56 +00:00
parent f9e8faa8c3
commit 2d42a58136
1 changed files with 2 additions and 0 deletions

View File

@ -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}" "${@}"