Skip to content

Commit

Permalink
github: using artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vermaete <[email protected]>
  • Loading branch information
vermaete committed Oct 26, 2024
1 parent 570719c commit 458021f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ jobs:
run: lintian --info --display-info opendds.deb
continue-on-error: true
if: always()

- uses: actions/upload-artifact@v4
with:
name: deb
path: opendds_*_*.deb
compression-level: 0 # no compression
5 changes: 5 additions & 0 deletions debian/opendds.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
binary-without-manpage *

# ACE/TAO specific
national-encoding usr/share/ace/THANKS
national-encoding usr/share/tao/docs/releasenotes/notify.html
executable-not-elf-or-script usr/share/ace/bin/ace_install_pkgconfig.pl

0 comments on commit 458021f

Please sign in to comment.