add debug v2.0
All checks were successful
CI / test (push) Successful in 11s

This commit is contained in:
2026-02-14 12:12:33 +01:00
parent 1337eba8c0
commit a5f83dc2f2

View File

@@ -80,7 +80,6 @@ jobs:
echo "Find tar.gz:" echo "Find tar.gz:"
find . -maxdepth 3 -type f \( -name "*.tar.gz" -o -name "*.zip" \) -print -exec ls -la {} \; 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})" \ curl -sS -X POST "${API}/repos/${OWNER}/${REPO}/releases/${RID}/assets?name=$(basename ${ASSET})" \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/zip" \ -H "Content-Type: application/zip" \