From 29bfa2d776f3c1754fc5b0b579ddb9ade379ea0a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 1 Oct 2025 13:22:39 +0200 Subject: [PATCH] Also attach the linux binary to release oopsie --- release.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 5f837ea..1a8430b 100644 --- a/release.sh +++ b/release.sh @@ -45,4 +45,8 @@ echo "Uploading the things..." curl -X POST \ -H "Authorization: token $TOKEN" \ -F "attachment=@cln.exe" \ - "$GITEA/api/v1/repos/$REPO/releases/${RELEASE_ID}/assets?name=cln.exe" \ No newline at end of file + "$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" \ No newline at end of file