fix invalid yml
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-08-29 23:58:48 -04:00
parent 2a137aec84
commit 2cb1e5e42d

View File

@@ -39,7 +39,8 @@ steps:
commands:
- pdf=$(ls *.pdf | head -n1)
- tag=$(date +%F)
- curl -X POST \
- |
curl -X POST \
-H "Authorization: token $GITEA_TOKEN" \
-F "attachment=@$pdf" \
"https://git.keligrubb.com/api/v1/repos/keligrubb/scrollsmith/releases/$tag/assets"