From 8a4eea282ffe0f2509a985bb61aae0cade85fb18 Mon Sep 17 00:00:00 2001 From: whitlocktech Date: Sun, 17 May 2026 02:32:51 -0500 Subject: [PATCH] upload fix --- .gitea/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ff7564a..e0293d3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -45,8 +45,5 @@ jobs: run: | $releaseId = "${{ steps.create_release.outputs.release_id }}" $filePath = "target\release\tickr.exe" - curl.exe -v` - -X POST ` - -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" ` - -F "attachment=@$filePath" ` - "https://gitea.whitlocktech.com/api/v1/repos/whitlocktech/tickr/releases/$releaseId/assets?name=tickr.exe" \ No newline at end of file + $uri = "https://gitea.whitlocktech.com/api/v1/repos/whitlocktech/tickr/releases/$releaseId/assets?name=tickr.exe" + & curl.exe -X POST -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" -F "attachment=@$filePath" $uri \ No newline at end of file