Skip to content

Commit 8d4a708

Browse files
author
Lauris Kaplinski
committed
one more iphone test
1 parent 3b5842b commit 8d4a708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ 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-
zip -q -r libcdoc.${{ matrix.target }}.zip lib/cdoc.*
123+
pwd
124+
zip -q -r libcdoc.${{ matrix.target }}.zip . -i cdoc.*
124125
- name: Archive artifacts
125126
uses: actions/upload-artifact@v5
126127
with:

0 commit comments

Comments
 (0)