aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 7 insertions, 0 deletions
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*