aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-06-27 03:54:44 +0200
committerPatrick Lodder <[email protected]>2021-06-27 04:31:40 +0200
commite8fb21e127a220e857cd08fedbb5ae77cfaa110e (patch)
tree4bc22de726a638728de4ae23cf0d854f76c51111 /.github
parentMerge pull request #2322 from patricklodder/1.14.4-actions-win-tests (diff)
downloaddiscoin-e8fb21e127a220e857cd08fedbb5ae77cfaa110e.tar.xz
discoin-e8fb21e127a220e857cd08fedbb5ae77cfaa110e.zip
Retain binary artifacts on CI run
Diffstat (limited to '.github')
-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*