]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
action修正
authorqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 14:41:25 +0000 (22:41 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 4 Oct 2020 14:41:25 +0000 (22:41 +0800)
.github/workflows/go.yml
VERSION

index 4a8af6489f45eba3cabbd935e86f05e9cc46a39a..3bc845cd412a0e2759bc48b448707e138bb26807 100644 (file)
@@ -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 26943b7833eaf1e3c647532bc5a96bb5e255b94d..06ed8fd1c3834f911f3bf5eaf33e1b4b18149900 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010042211
\ No newline at end of file
+202010042241
\ No newline at end of file