Skip to content

Commit

Permalink
tag: v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
runhey committed Dec 16, 2023
1 parent 8a7dbf5 commit a7cb802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
python-version: '3.10'
- run: |
python ./script/release_windows_package.py --version ${{ steps.get_release.outputs.version }}
python ./script/release_windows_package.py --version ${{ steps.get_release.outputs.tag_name }}
# 发布到 Release
- name: Upload Release Windows
Expand Down
2 changes: 1 addition & 1 deletion script/release_windows_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
print("No match found.")

if args.version:
release_version = args.tag
release_version = args.version
else:
with open('./CHANGELOG.md', 'r', encoding='utf-8') as file:
log = file.read()
Expand Down

0 comments on commit a7cb802

Please sign in to comment.