Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 260b8f0217 | |||
| a5f83dc2f2 |
@@ -74,13 +74,6 @@ jobs:
|
||||
|
||||
ASSET="dist/SDSAT-${TAG}.zip"
|
||||
|
||||
echo "PWD=$(pwd)"
|
||||
echo "Listing dist:"
|
||||
ls -la dist || true
|
||||
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