Skip to content

Commit

Permalink
Use space for blank INI
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Dec 12, 2021
1 parent 1f4f5ca commit a57ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo $ver
echo "VER=$ver" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
python buildPy2exe.py
New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value "\n"
New-Item -Path syncplay_v$ver -Name "syncplay.ini" -Value " "
- name: Prepare for deployment
run: dir
Expand Down

0 comments on commit a57ea6d

Please sign in to comment.