From f09fa79687399dcc63f118d50b0189a7c02a7431 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 28 Aug 2021 18:59:59 +0200 Subject: [PATCH] [CI] Add tarballs to artifact. (#1383) Add tarballs to artifact. --- .github/actions/autotools/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/autotools/action.yml b/.github/actions/autotools/action.yml index f622ccdd..66e0dcf0 100644 --- a/.github/actions/autotools/action.yml +++ b/.github/actions/autotools/action.yml @@ -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