From 92334978926722c3ad656546cd892c3878a41d09 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 4 Oct 2020 22:41:25 +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 | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a8af64..3bc845c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,7 @@ jobs: id: create_release uses: release-drafter/release-drafter@v5.11.0 env: + Release_Url: ${{ steps.create_release.outputs.upload_url }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ubuntu_build: @@ -47,7 +48,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # The URL for uploading assets to the release - upload_url: ${{ job.Release_Drafter.steps.create_release.outputs.upload_url }} + upload_url: ${{ job.Release_Drafter.steps.create_release.env.Release_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 +83,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # The URL for uploading assets to the release - upload_url: ${{ job.Release_Drafter.steps.create_release.outputs.upload_url }} + upload_url: ${{ job.Release_Drafter.steps.create_release.env.Release_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 26943b7..06ed8fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010042211 \ No newline at end of file +202010042241 \ No newline at end of file -- 2.39.2