mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-12 08:06:20 -07: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
1 changed files with 1 additions and 1 deletions
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
|
mv ./x64/Release/soh.exe ./soh-windows/soh.exe
|
||||||
mkdir soh-windows/debug
|
mkdir soh-windows/debug
|
||||||
mkdir soh-windows/mods
|
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/soh.pdb ./soh-windows/debug/soh.pdb
|
||||||
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
|
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
|
||||||
mv ./README.md ./soh-windows/readme.txt
|
mv ./README.md ./soh-windows/readme.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue