Revert Actions: debug Windows build

This commit is contained in:
Etoh 2021-11-10 19:13:11 +00:00 committed by GitHub
parent 5a9e871c12
commit fb26c9c76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +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
dir syncplay_v$ver New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value $null
New-Item -Path "syncplay_v$ver" -Name "syncplay.ini" -ItemType "file" -Value $null
- name: Prepare for deployment - name: Prepare for deployment
run: dir run: dir