We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aaba1 commit 17565b6Copy full SHA for 17565b6
.github/workflows/build.yml
@@ -120,7 +120,6 @@ jobs:
120
cmake --preset ${{ matrix.target }} -DCMAKE_BUILD_TYPE=RelWithDebInfo
121
cmake --build --preset ${{ matrix.target }}
122
sudo cmake --build --preset ${{ matrix.target }} --target install/strip
123
- pwd
124
zip -r libcdoc.${{ matrix.target }}.zip ${{ matrix.target }}
125
- name: Archive artifacts
126
uses: actions/upload-artifact@v5
0 commit comments