We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b192c7 commit 0e9aff9Copy full SHA for 0e9aff9
.github/workflows/cmake-android.yml
@@ -76,6 +76,6 @@ jobs:
76
with:
77
name: zlib-android-latest-all-artifacts
78
path: |
79
- zlib/build/arm64-v8a/bin/*.so
80
- zlib/build/x86_64/bin/*.so
+ zlib/build/arm64-v8a/Release/*.so
+ zlib/build/x86_64/Release/*.so
81
if-no-files-found: ignore # 'warn' or 'ignore' or 'error'
.github/workflows/cmake.yml
@@ -85,7 +85,7 @@ jobs:
85
86
name: zlib-${{ matrix.os }}-${{ matrix.arch }}-artifacts
87
88
- zlib/build/bin/*.dll
89
- zlib/build/bin/*.so
90
- zlib/build/bin/*.dylib
+ zlib/build/Release/*.dll
+ zlib/build/Release/*.so
+ zlib/build/Release/*.dylib
91
0 commit comments