diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 702b3fa..0d73d3b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,5 +58,5 @@ jobs: run: | cd output && for file in *.tar.gz; do aws s3 cp "$file" s3://terminus-os-install/$file --acl=public-read - coscmd upload $file /$file + # coscmd upload $file /$file done