summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-28 18:50:10 +0200
committerDave Davenport <qball@blame.services>2021-08-28 18:50:10 +0200
commit53a4e3fc101ce0c3c3aaf093bc433e0468a0aab8 (patch)
treede7af91c02175d3cd8e1b35c197e8db7c6ff09a1
parentb836858f001f8c0b1ce1c33fff880416188af1e0 (diff)
[CI] Fix path.ci
-rw-r--r--.github/actions/autotools/action.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/actions/autotools/action.yml b/.github/actions/autotools/action.yml
index 0ebe90b0..66e0dcf0 100644
--- a/.github/actions/autotools/action.yml
+++ b/.github/actions/autotools/action.yml
@@ -34,4 +34,6 @@ runs:
uses: actions/upload-artifact@v2
with:
name: tarballs
- path: *.tar.[gx]z
+ path: |
+ builddir/*.tar.gz
+ builddir/*.tar.xz