Skip to content

Commit

Permalink
fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Apr 26, 2024
1 parent 7b711ee commit 32204b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ jobs:
cd ..
- name: Build 64bit release DLL
shell: bash
run: |
cmake --build ./build --config Debug --target Hell2Modding --
mv ./build/d3d12_.dll ./build/d3d12.dll
mv ./build/d3d12_.pdb ./build/d3d12.pdb
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ if (MSVC)
endif()
endif()

set_target_properties(Hell2Modding PROPERTIES OUTPUT_NAME "d3d12")
set_target_properties(Hell2Modding PROPERTIES OUTPUT_NAME "d3d12_")

0 comments on commit 32204b9

Please sign in to comment.