From d9581bfd0fededa6d8db4e4393c484c93e915e13 Mon Sep 17 00:00:00 2001 From: KaSaNaa Date: Thu, 5 Dec 2024 01:10:26 +0530 Subject: [PATCH] workflow minor update --- .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 3143c84..e9178e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dist/exec + asset_path: dist/exec asset_name: exec asset_content_type: application/octet-stream \ No newline at end of file