From 1cbe9c2ec86abdb60d174e2219f38e5e5a529fee Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Fri, 26 Feb 2021 22:44:24 +0100 Subject: [PATCH] Replace type nul for PowerShell --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 181f60c..f10de49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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