改进和优化(by teasiu)

This commit is contained in:
Hyy2001X
2021-04-04 21:44:47 +08:00
parent 3db06e6113
commit 01cd04b188
6 changed files with 77 additions and 13 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: AutoUpdate
body_path: update_log.txt
+1 -1
View File
@@ -144,7 +144,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: AutoUpdate
body_path: update_log.txt