add git, use git tag

This commit is contained in:
2025-11-23 18:19:35 +01:00
parent fb243dc3b7
commit 1616eac575
2 changed files with 4 additions and 3 deletions

View File

@@ -50,5 +50,5 @@ fi
for file in "$@"; do
https --ignore-stdin --check-status -A bearer -a "$DEPLOY_TOKEN" -f POST \
"https://codeberg.org/api/v1/repos/${CI_REPO_OWNER}/${CI_REPO_NAME}/releases/$ID/assets" \
"name=${file}-${version}" "attachment@${file}"
"name=${file}" "attachment@${file}"
done