Skip to content

Commit 006abcc

Browse files
author
Lauris Kaplinski
committed
Exclude irrelevant files from deb package
1 parent b9dbbee commit 006abcc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)