From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:45:01 +0000 (+0800) Subject: Update go.yml X-Git-Tag: v0.0.3~4 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=536acd158aeda6ba7a58c635ae14c4ec71f9d425;p=bili_danmu%2F.git Update go.yml --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ff70a2b..d77fe1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: # The URL for uploading assets to the release upload_url: ${{ steps.create_release.outputs.upload_url }} # The path to the asset you want to upload - asset_path: ./ + asset_path: ./amd64.zip # The name of the asset you want to upload asset_name: amd64.zip # The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information