ci: Upload distribution tarball as artifact
This makes it easier for users to try a fix.
This commit is contained in:
parent
f2c9158da4
commit
6d2dba3aee
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue