Replace type nul for PowerShell

This commit is contained in:
Alberto Sottile 2021-02-26 22:44:24 +01:00
parent bf10fbc71f
commit 1cbe9c2ec8

View File

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