2 Commits

Author SHA1 Message Date
260b8f0217 analyse
All checks were successful
CI / test (push) Successful in 12s
2026-02-14 12:13:36 +01:00
a5f83dc2f2 add debug v2.0
All checks were successful
CI / test (push) Successful in 11s
2026-02-14 12:12:33 +01:00

View File

@@ -74,13 +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" \