Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
llde committed Feb 13, 2022
1 parent 547a34a commit 4e425ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e425ab

Please sign in to comment.