Skip to content

Commit 0d5da46

Browse files
authored
Update deploy.yml
only export the main header
1 parent 56d8814 commit 0d5da46

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@ jobs:
117117
for os_platform in windows linux macos; do
118118
mkdir -p "GekkoNet-${os_platform}"
119119
mkdir -p "GekkoNet-${os_platform}/${os_platform}/include"
120-
mkdir -p "GekkoNet-${os_platform}/${os_platform}/thirdparty"
121120
122-
cp -r GekkoLib/include/* "GekkoNet-${os_platform}/${os_platform}/include" || true
123-
cp -r GekkoLib/thirdparty/* "GekkoNet-${os_platform}/${os_platform}/thirdparty" || true
121+
cp -r GekkoLib/include/gekkonet.h "GekkoNet-${os_platform}/${os_platform}/include" || true
124122
125123
for build_variant in static-with_asio static-no_asio shared-with_asio shared-no_asio; do
126124
cp -r downloads/${os_platform}-builds-${build_variant}/* "GekkoNet-${os_platform}/" || true

0 commit comments

Comments
 (0)