diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 673e92b..ac4302c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,7 @@ jobs: echo $ver echo "VER=$ver" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append python buildPy2exe.py - dir syncplay_v$ver - New-Item -Path "syncplay_v$ver" -Name "syncplay.ini" -ItemType "file" -Value $null + New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value $null - name: Prepare for deployment run: dir