From be30c2828e6b0ff14b7866fd5a9d7a095ac0a2c4 Mon Sep 17 00:00:00 2001 From: lozy360 Date: Sat, 16 Aug 2025 19:55:15 +0200 Subject: [PATCH] Update .github/workflows/release.yml --- .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"