Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/auto_package_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
generate_release_notes: true
draft: false
prerelease: false
fail_on_unmatched_files: true

package:
needs: release
strategy:
Expand All @@ -56,8 +58,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # 获取所有历史记录以便生成标签
# with:
# fetch-depth: 0 # 获取所有历史记录以便生成标签

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -95,4 +97,4 @@ jobs:
file: "./dist/*.exe;./dist/*.zip"
release_id: ${{ needs.release.outputs.release_id }}
verbose: false
overwrite: true
overwrite: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**禁止任何人将代码用于违法行为**

[![Auto Package and Release](https://github.com/God-2077/python-code/actions/workflows/auto_package_and_release.yml/badge.svg)](https://github.com/God-2077/python-code/actions/workflows/auto_package_and_release.yml)[![Dev Package and Upload(dev)](https://github.com/God-2077/python-code/actions/workflows/dev_package_and_upload.yml/badge.svg?branch=dev)](https://github.com/God-2077/python-code/actions/workflows/dev_package_and_upload.yml)

## [网易云音乐歌单批量下载歌曲][1]

Expand Down
Loading