We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d8814 commit 0d5da46Copy full SHA for 0d5da46
1 file changed
.github/workflows/deploy.yml
@@ -117,10 +117,8 @@ jobs:
117
for os_platform in windows linux macos; do
118
mkdir -p "GekkoNet-${os_platform}"
119
mkdir -p "GekkoNet-${os_platform}/${os_platform}/include"
120
- mkdir -p "GekkoNet-${os_platform}/${os_platform}/thirdparty"
121
122
- cp -r GekkoLib/include/* "GekkoNet-${os_platform}/${os_platform}/include" || true
123
- cp -r GekkoLib/thirdparty/* "GekkoNet-${os_platform}/${os_platform}/thirdparty" || true
+ cp -r GekkoLib/include/gekkonet.h "GekkoNet-${os_platform}/${os_platform}/include" || true
124
125
for build_variant in static-with_asio static-no_asio shared-with_asio shared-no_asio; do
126
cp -r downloads/${os_platform}-builds-${build_variant}/* "GekkoNet-${os_platform}/" || true
0 commit comments