File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7676 with :
7777 name : zlib-android-latest-all-artifacts
7878 path : |
79- zlib/build/arm64-v8a/Release/ *.so
80- zlib/build/x86_64/Release/ *.so
79+ zlib/build/arm64-v8a/*.so
80+ zlib/build/x86_64/*.so
8181 if-no-files-found : ignore # 'warn' or 'ignore' or 'error'
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
7878 - name : Move Windows binaries
7979 if : matrix.os == 'windows-latest'
8080 run : |
81- mv zlib/build/bin/Release/*.dll zlib/build/bin/
81+ mv zlib/build/bin/Release/*.dll zlib/build/
8282
8383 - name : Upload Artifacts
84848585 with :
8686 name : zlib-${{ matrix.os }}-${{ matrix.arch }}-artifacts
8787 path : |
88- zlib/build/Release/ *.dll
89- zlib/build/Release/ *.so
90- zlib/build/Release/ *.dylib
88+ zlib/build/*.dll
89+ zlib/build/*.so
90+ zlib/build/*.dylib
9191 if-no-files-found : ignore # 'warn' or 'ignore' or 'error'
You can’t perform that action at this time.
0 commit comments