Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirides authored Oct 22, 2023
1 parent 01f98da commit 9a9c651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Create distribution
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
mkdir "${{env.RELEASE_DIR}}\GD3D11\shaders\CSFFT"
mkdir "${{env.RELEASE_DIR}}\GD3D11\Bin"
mkdir "${{env.RELEASE_DIR}}\GD3D11\shaders\CSFFT" -Force
mkdir "${{env.RELEASE_DIR}}\GD3D11\Bin" -Force
Xcopy "D3D11Engine\Shaders\*" "${{env.RELEASE_DIR}}\GD3D11\shaders" /s
copy "D3D11Engine\CSFFT\*.hlsl" "${{env.RELEASE_DIR}}\GD3D11\shaders\CSFFT"
Xcopy "blobs\Meshes" "${{env.RELEASE_DIR}}\GD3D11\Meshes\" /s
Expand Down

0 comments on commit 9a9c651

Please sign in to comment.