From 15c161faff35b101a2bb41ddb40bfc865c0cbc36 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:56:01 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 82332ea..b973c39 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -60,6 +60,6 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: actions-temp/build/2hsu.exe + asset_path: build/2hsu.exe asset_name: 2hsu.exe asset_content_type: application/octet-stream