Skip to content

Commit

Permalink
fix(ci): apply version conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 authored Jan 11, 2024
1 parent c0dfc4b commit 4a249be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
pip install pyinstaller-versionfile
pip install -e .[win32,battery]
- name: Generate version_file.txt
shell: bash
run: |
$fuo_version = echo 'print(__import__("feeluown").__version__)' | python
fuo_version=$( echo 'print(__import__("feeluown").__version__, end="")' | python | tr -c '[:digit:]' '.')
create-version-file .\.metadata.yml --version $fuo_version
- name: Download mpv-1.dll
run: |
Expand Down

0 comments on commit 4a249be

Please sign in to comment.