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 13a9af1 commit a9289d8Copy full SHA for a9289d8
.github/workflows/cmake.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Move Windows binaries
79
if: matrix.os == 'windows-latest'
80
run: |
81
- mv zlib/build/bin/Release/*.dll zlib/build/
+ mv zlib/build/Release/*.dll zlib/build/
82
83
- name: Upload Artifacts
84
uses: actions/[email protected]
0 commit comments