Compare commits
1 Commits
v1.2.0
...
29bfa2d776
| Author | SHA1 | Date | |
|---|---|---|---|
| 29bfa2d776 |
@@ -46,3 +46,7 @@ curl -X POST \
|
|||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
-F "attachment=@cln.exe" \
|
-F "attachment=@cln.exe" \
|
||||||
"$GITEA/api/v1/repos/$REPO/releases/${RELEASE_ID}/assets?name=cln.exe"
|
"$GITEA/api/v1/repos/$REPO/releases/${RELEASE_ID}/assets?name=cln.exe"
|
||||||
|
curl -X POST \
|
||||||
|
-H "Authorization: token $TOKEN" \
|
||||||
|
-F "attachment=@cln" \
|
||||||
|
"$GITEA/api/v1/repos/$REPO/releases/${RELEASE_ID}/assets?name=cln"
|
||||||
Reference in New Issue
Block a user