Actions: debug Windows build

This commit is contained in:
Alberto Sottile 2021-11-09 22:36:30 +01:00
parent 54d7e425d0
commit 8423b2063e

View File

@ -42,7 +42,8 @@ jobs:
echo $ver
echo "VER=$ver" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
python buildPy2exe.py
New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value $null
dir syncplay_v$ver
New-Item -Path "syncplay_v$ver" -Name "syncplay.ini" -ItemType "file" -Value $null
- name: Prepare for deployment
run: dir