mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-17 03:10:57 +01:00
fix release building (#4)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user