mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-10 21:48:17 -05:00
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:
parent
9be85df4b2
commit
bd3ee64d81
2
.github/workflows/generate-builds.yml
vendored
2
.github/workflows/generate-builds.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user