From 337e7a1b80a4546c959aa214022224f76fc75f42 Mon Sep 17 00:00:00 2001 From: NTGNguyen <23521049@gm.uit.edu.vn> Date: Tue, 10 Sep 2024 14:30:20 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20file=20path=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 395defa..93d081d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -68,6 +68,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dist/main.exe + asset_path: ./dist/main asset_name: KMeans-KNN_${{ steps.get_version.outputs.version }}.exe asset_content_type: application/octet-stream