ci: Upload distribution tarball as artifact

This makes it easier for users to try a fix.
This commit is contained in:
Richard Hansen 2024-05-19 18:41:29 -04:00
parent f2c9158da4
commit 6d2dba3aee

View file

@ -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: