Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
earcath authored Jun 26, 2024
1 parent 710f1b7 commit 350189e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.VERSION }} # 直接使用版本号作为标签名
release_name: alist-ddns-go_${{ env.VERSION }} # 使用提取的版本号作为 Release 名称
release_name: v${{ env.VERSION }} # 使用提取的版本号作为 Release 名称
draft: false
prerelease: false
body: |
Expand All @@ -37,6 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.VERSION }}.zip
asset_path: ./alist-ddns-go_${{ env.VERSION }}.zip
asset_name: alist-ddns-go_${{ env.VERSION }}.zip
asset_content_type: application/zip

0 comments on commit 350189e

Please sign in to comment.