Replace type nul for PowerShell
This commit is contained in:
parent
bf10fbc71f
commit
1cbe9c2ec8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user