From e32907c9293a565dc1917af5f55d8ff6b6f8a245 Mon Sep 17 00:00:00 2001 From: Jeronimo Garcia Date: Fri, 31 May 2024 10:34:51 +0100 Subject: [PATCH] path --- .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 91ba10b..0f6e159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,5 +67,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_name: gohip-linux-amd64 - asset_path: gohip-linux-amd64 + asset_path: ./gohip-linux-amd64 asset_content_type: application/octet-stream