Typo in version parser
This commit is contained in:
parent
3156c31fa9
commit
bf10fbc71f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
$ver = (findstr __version__ .\syncplay\syncplay\__init__.py).split("'")[1]
|
$ver = (findstr version .\syncplay\__init__.py).split("'")[1]
|
||||||
echo $ver
|
echo $ver
|
||||||
echo "VER=$ver" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
echo "VER=$ver" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
python buildPy2exe.py
|
python buildPy2exe.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user