From 6d2dba3aeed376840d63464b0ff733c5a2ac3822 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 May 2024 18:41:29 -0400 Subject: [PATCH] ci: Upload distribution tarball as artifact This makes it easier for users to try a fix. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d0484..427b2cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,11 @@ jobs: run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck - name: distribution tarball is complete run: ./.github/workflows/scripts/dist-tarball-check + - if: ${{ matrix.image == 'debian:testing' }} + uses: actions/upload-artifact@v4 + with: + name: distribution-tarball + path: ddclient-*.tar.gz test-fedora-like: strategy: