diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 733ef8d..aa937d6 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -74,12 +74,6 @@ jobs: ASSET="dist/SDSAT-${TAG}.zip" - echo "PWD=$(pwd)" - echo "Listing dist:" - ls -la dist || true - echo "Find tar.gz:" - find . -maxdepth 3 -type f \( -name "*.tar.gz" -o -name "*.zip" \) -print -exec ls -la {} \; - curl -sS -X POST "${API}/repos/${OWNER}/${REPO}/releases/${RID}/assets?name=$(basename ${ASSET})" \ -H "Authorization: token ${GITEA_TOKEN}" \ -H "Content-Type: application/zip" \