From 536acd158aeda6ba7a58c635ae14c4ec71f9d425 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:45:01 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2