Skip to content

Commit

Permalink
Exclude DevPkg from releases
Browse files Browse the repository at this point in the history
  • Loading branch information
OrfeasZ committed Jan 26, 2023
1 parent 51bbe4c commit 49d423e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
Copy-Item ../../ZHMModSDK/Include/ -Destination _sdk/include -Recurse
Copy-Item ../../External/imgui/source/imgui.h -Destination _sdk/include/imgui.h
Copy-Item ../../External/imgui/source/imconfig.h -Destination _sdk/include/imconfig.h
Copy-Item ../../External/spdlog/include/spdlog/ -Destination _sdk/include/spdlog -Recurse
#Copy-Item ../../External/spdlog/include/spdlog/ -Destination _sdk/include/spdlog -Recurse
Copy-Item ../../CMakeLists.dist.txt -Destination _sdk/CMakeLists.txt
Copy-Item ../../LICENSE -Destination _sdk/LICENSE
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
artifact:
- ZHMModSDK-Release
- ZHMModSDK-Debug
- DevPkg-ZHMModSDK-Release
- DevPkg-ZHMModSDK-Debug
#- DevPkg-ZHMModSDK-Release
#- DevPkg-ZHMModSDK-Debug

steps:
- name: Download artifact
Expand Down

0 comments on commit 49d423e

Please sign in to comment.