summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2021-08-28 18:59:59 +0200
committerDave Davenport <DaveDavenport@users.noreply.github.com>2021-08-29 11:16:59 +0200
commitf09fa79687399dcc63f118d50b0189a7c02a7431 (patch)
treede7af91c02175d3cd8e1b35c197e8db7c6ff09a1
parente0d84e75ba69c3ece3a29b738acb520e6aef72f4 (diff)
[CI] Add tarballs to artifact. (#1383)
Add tarballs to artifact.
-rw-r--r--.github/actions/autotools/action.yml7
1 files changed, 7 insertions, 0 deletions
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