Skip to content

Commit 458021f

Browse files
committed
github: using artifacts
Signed-off-by: Jan Vermaete <[email protected]>
1 parent 570719c commit 458021f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ jobs:
7070
run: lintian --info --display-info opendds.deb
7171
continue-on-error: true
7272
if: always()
73+
74+
- uses: actions/upload-artifact@v4
75+
with:
76+
name: deb
77+
path: opendds_*_*.deb
78+
compression-level: 0 # no compression

debian/opendds.lintian-overrides

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
binary-without-manpage *
2+
3+
# ACE/TAO specific
4+
national-encoding usr/share/ace/THANKS
5+
national-encoding usr/share/tao/docs/releasenotes/notify.html
6+
executable-not-elf-or-script usr/share/ace/bin/ace_install_pkgconfig.pl

0 commit comments

Comments
 (0)