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