File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/upload-artifact@v6
4545 with :
4646 name : ubuntu_${{ matrix.container }}_${{ matrix.arch }}
47- path : libcdoc*.*
47+ path : |
48+ libcdoc_*.*
49+ libcdoc-*.*
4850 android :
4951 name : Build on Ubuntu for ${{ matrix.target }}
5052 runs-on : ubuntu-24.04
@@ -159,12 +161,12 @@ jobs:
159161 -swig $swig `
160162 -doxygen "C:/Program files/doxygen/bin/doxygen.exe" `
161163 -boost
162- - name : Archive artifacts
164+ - name : Archive artifacts (MSI)
163165 uses : actions/upload-artifact@v6
164166 with :
165167 name : msi_${{ matrix.image }}_${{ matrix.platform }}
166168 path : ./*.msi
167- - name : Archive artifacts
169+ - name : Archive artifacts (ZIP)
168170 uses : actions/upload-artifact@v6
169171 with :
170172 name : ${{ matrix.image }}_${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments