From 4e425abd52856852792f806f0b5b74ec577b6e72 Mon Sep 17 00:00:00 2001 From: llde Date: Sun, 13 Feb 2022 16:35:53 +0100 Subject: [PATCH] - --- .github/workflows/msbuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index a85ce55..241dbb5 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -35,7 +35,8 @@ jobs: Copy-Item -Path ".\obse\obse_editor\Release 1_2_0_0\obse_editor.pdb" -Destination ".\obse_editor.pdb" Copy-Item -Path ".\obse\loader\Release\loader.exe" -Destination ".\obse_loader.exe" Copy-Item -Path ".\obse\Release\steam_loader.dll" -Destination ".\obse_steam_loader.dll" - Copy-Item -Path ".\obse.ini" -Destination ".\Data\OBSE\obse.ini" -Recurse -Force + New-Item ".\Data\OBSE\" -ItemType Directory -Force + Copy-Item -Path ".\obse.ini" -Destination ".\Data\OBSE\obse.ini" - name: Artifact uses: actions/upload-artifact@v2