[CI] Add tarballs to artifact. (#1383)

Add tarballs to artifact.
This commit is contained in:
Dave Davenport 2021-08-28 18:59:59 +02:00
parent e0d84e75ba
commit f09fa79687
1 changed files with 7 additions and 0 deletions

View File

@ -30,3 +30,10 @@ runs:
uses: ./.github/actions/doxycheck
with:
logfile: builddir/doxygen.log
- id: upload
uses: actions/upload-artifact@v2
with:
name: tarballs
path: |
builddir/*.tar.gz
builddir/*.tar.xz