Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
- Added for workflows D3DCompiler for sse and fo4
  • Loading branch information
Perchik71 committed Dec 2, 2024
1 parent 12488f6 commit a884033
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
- name: Copy SSE Dialog
working-directory: ${{env.GITHUB_WORKSPACE}}
run: Copy-Item -Path Dialogs\SSE\*.pak "ckpe-sse-master-${{env.SHORT_SHA}}"

- name: Copy SSE D3DCompiler
working-directory: ${{env.GITHUB_WORKSPACE}}
run: Copy-Item -Path d3dcompiler\*.dll "ckpe-sse-master-${{env.SHORT_SHA}}"

- name: Copy SSE Stuff
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down Expand Up @@ -102,6 +106,10 @@ jobs:
- name: Copy FO4 Dialog
working-directory: ${{env.GITHUB_WORKSPACE}}
run: Copy-Item -Path Dialogs\FO4\*.pak "ckpe-fo4-master-${{env.SHORT_SHA}}"

- name: Copy FO4 D3DCompiler
working-directory: ${{env.GITHUB_WORKSPACE}}
run: Copy-Item -Path d3dcompiler\*.dll "ckpe-fo4-master-${{env.SHORT_SHA}}"

- name: Copy FO4 Stuff
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
Expand Down
Binary file added d3dcompiler/d3dcompiler_46.dll
Binary file not shown.

0 comments on commit a884033

Please sign in to comment.