Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5f83dc2f2 |
@@ -80,7 +80,6 @@ jobs:
|
||||
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" \
|
||||
|
||||
Reference in New Issue
Block a user