Merge pull request #2341 from patricklodder/1.14.4-actions-artifacts

[qa] Retain binary artifacts on CI run
This commit is contained in:
Ross Nicoll 2021-06-27 08:48:58 +01:00 committed by GitHub
commit 7921b36a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,3 +141,10 @@ jobs:
make check $MAKEJOBS VERBOSE=1
qa/pull-tester/install-deps.sh
qa/pull-tester/rpc-tests.py --coverage
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: dogecoin-${{ github.sha }}-${{ matrix.name }}
path: |
depends/${{ matrix.host }}/bin/dogecoin*