Retain binary artifacts on CI run

This commit is contained in:
Patrick Lodder 2021-06-27 03:54:44 +02:00
parent a5eb8c4bcb
commit e8fb21e127
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F

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*