mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 18:40:58 +00:00
Retain binary artifacts on CI run
This commit is contained in:
parent
a5eb8c4bcb
commit
e8fb21e127
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user