improve ci compat by not using touch on windows (#2740)

* improve ci compat by not using touch on windows

* try new-item
This commit is contained in:
briaguya 2023-04-24 01:23:19 -04:00 committed by GitHub
parent 9be85df4b2
commit bd3ee64d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ jobs:
mv ./x64/Release/soh.exe ./soh-windows/soh.exe
mkdir soh-windows/debug
mkdir soh-windows/mods
touch soh-windows/mods/custom_otr_files_go_here.txt
New-Item soh-windows/mods/custom_otr_files_go_here.txt -type file
mv ./x64/Release/soh.pdb ./soh-windows/debug/soh.pdb
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
mv ./README.md ./soh-windows/readme.txt