From e8fb21e127a220e857cd08fedbb5ae77cfaa110e Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Sun, 27 Jun 2021 03:54:44 +0200 Subject: [PATCH] Retain binary artifacts on CI run --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eea86e40a..a2a6b6423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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*