From dacb2f323663abcffc1b5cc665f536f8ce1d4145 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 4 Oct 2020 22:11:34 +0800 Subject: [PATCH] =?utf8?q?action=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0636988..4a8af64 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # The URL for uploading assets to the release - upload_url: ${{ jobs.Release_Drafter.steps.create_release.outputs.upload_url }} + upload_url: ${{ job.Release_Drafter.steps.create_release.outputs.upload_url }} # The path to the asset you want to upload asset_path: ./release_ubuntu.zip # The name of the asset you want to upload @@ -82,7 +82,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # The URL for uploading assets to the release - upload_url: ${{ jobs.Release_Drafter.steps.create_release.outputs.upload_url }} + upload_url: ${{ job.Release_Drafter.steps.create_release.outputs.upload_url }} # The path to the asset you want to upload asset_path: ./release_windows.zip # The name of the asset you want to upload diff --git a/VERSION b/VERSION index 6c721d4..26943b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010042206 \ No newline at end of file +202010042211 \ No newline at end of file -- 2.39.2