Skip to content

Commit 17565b6

Browse files
authored
Apply suggestion from @metsma
1 parent a9aaba1 commit 17565b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
cmake --preset ${{ matrix.target }} -DCMAKE_BUILD_TYPE=RelWithDebInfo
121121
cmake --build --preset ${{ matrix.target }}
122122
sudo cmake --build --preset ${{ matrix.target }} --target install/strip
123-
pwd
124123
zip -r libcdoc.${{ matrix.target }}.zip ${{ matrix.target }}
125124
- name: Archive artifacts
126125
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)