From: qydysky Date: Sun, 4 Oct 2020 14:41:25 +0000 (+0800) Subject: action修正 X-Git-Tag: v0.1.0^2~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=92334978926722c3ad656546cd892c3878a41d09;p=bili_danmu%2F.git action修正 --- 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