From ff4da077f440435105821a354a5971f22494e3b4 Mon Sep 17 00:00:00 2001 From: yzb <335357057@qq.com> Date: Sun, 9 Oct 2022 14:52:18 +0800 Subject: [PATCH] fix release (#2127) Co-authored-by: yzb@example.cn --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3859c740..7b484c1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: if: matrix.os == 'windows-2019' with: name: windows - path: ./cmd/bytomd/bytomd.exe + path: ./cmd/bytomd/bytomd release: name: Release @@ -156,6 +156,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./windows/bytomd.exe + asset_path: ./windows/bytomd asset_name: bytomd_windows.exe asset_content_type: application/octet-stream -- 2.11.0