mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-16 10:56:51 +00:00
Fix Windows build fail
This commit is contained in:
parent
566f90b47f
commit
1f4f5ca7ce
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
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
|
||||||
New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value $null
|
New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value "\n"
|
||||||
|
|
||||||
- name: Prepare for deployment
|
- name: Prepare for deployment
|
||||||
run: dir
|
run: dir
|
||||||
|
Loading…
Reference in New Issue
Block a user