Skip to content

Commit e6948fb

Browse files
authored
Merge pull request #8 from God-2077/main
update
2 parents 85a9031 + 4857ff6 commit e6948fb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/auto_package_and_release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
generate_release_notes: true
4343
draft: false
4444
prerelease: false
45+
fail_on_unmatched_files: true
46+
4547
package:
4648
needs: release
4749
strategy:
@@ -56,8 +58,8 @@ jobs:
5658
steps:
5759
- name: Checkout code
5860
uses: actions/checkout@v4
59-
with:
60-
fetch-depth: 0 # 获取所有历史记录以便生成标签
61+
# with:
62+
# fetch-depth: 0 # 获取所有历史记录以便生成标签
6163

6264
- name: Set up Python
6365
uses: actions/setup-python@v5
@@ -95,4 +97,4 @@ jobs:
9597
file: "./dist/*.exe;./dist/*.zip"
9698
release_id: ${{ needs.release.outputs.release_id }}
9799
verbose: false
98-
overwrite: true
100+
overwrite: true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

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)
78

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

0 commit comments

Comments
 (0)