From fb26c9c76b903695ddbe0ce1fe6ad2fc5c9d3fe4 Mon Sep 17 00:00:00 2001 From: Etoh Date: Wed, 10 Nov 2021 19:13:11 +0000 Subject: [PATCH] Revert Actions: debug Windows build --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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