From 233ba8e1659b1d2a8bf9b0cad79d93602e30c109 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 16 Aug 2025 20:54:41 +0300 Subject: [PATCH] Fix flow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29ca9d4..cf5f79e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,5 @@ jobs: -X POST \ -H "Authorization: token ${{ gitea.token }}" \ -H "Content-Type: application/zip" \ - --data-binary @bin/Release/HouseStealerPlugin/latest.zip \ + --data-binary @HouseStealerPlugin/bin/Release/HouseStealerPlugin/latest.zip \ "${{ steps.create_release.outputs.upload_url }}?name=latest.zip"