summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2023-04-24 01:23:19 -0400
committerGitHub <noreply@github.com>2023-04-24 01:23:19 -0400
commitbd3ee64d81a1041ea807cb8d08a03c9db7aa280f (patch)
tree59656d87e849b591ea6ae8cfa4d435a16908fcf7
parent9be85df4b2bd6b45d55b4afb464559627407f7b3 (diff)
improve ci compat by not using touch on windows (#2740)
* improve ci compat by not using touch on windows * try new-item
-rw-r--r--.github/workflows/generate-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index 3766bf231..0643f6841 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -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