From 77ddf68c8fa2960c415660bbda9ad1f30829d22b Mon Sep 17 00:00:00 2001 From: whitlocktech Date: Sun, 17 May 2026 02:52:37 -0500 Subject: [PATCH] fix upload --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 39d5995..e4c5b28 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -59,4 +59,4 @@ jobs: $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 + & curl.exe -X POST -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" -F "attachment=@$filePath" "$uri" \ No newline at end of file