• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: Commit

Official Go implementation of the Bytom protocol


Commit MetaInfo

Revisionff4da077f440435105821a354a5971f22494e3b4 (tree)
Zeit2022-10-09 15:52:18
Autoryzb <335357057@qq.c...>
CommiterGitHub

Log Message

fix release (#2127)

Co-authored-by: yzb@example.cn <yzb@example.cn>

Ändern Zusammenfassung

Diff

--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
6868 if: matrix.os == 'windows-2019'
6969 with:
7070 name: windows
71- path: ./cmd/bytomd/bytomd.exe
71+ path: ./cmd/bytomd/bytomd
7272
7373 release:
7474 name: Release
@@ -156,6 +156,6 @@ jobs:
156156 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157157 with:
158158 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
159- asset_path: ./windows/bytomd.exe
159+ asset_path: ./windows/bytomd
160160 asset_name: bytomd_windows.exe
161161 asset_content_type: application/octet-stream
Show on old repository browser