diff options
| author | Patrick Lodder <[email protected]> | 2021-06-27 03:54:44 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-06-27 04:31:40 +0200 |
| commit | e8fb21e127a220e857cd08fedbb5ae77cfaa110e (patch) | |
| tree | 4bc22de726a638728de4ae23cf0d854f76c51111 /.github | |
| parent | Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests (diff) | |
| download | discoin-e8fb21e127a220e857cd08fedbb5ae77cfaa110e.tar.xz discoin-e8fb21e127a220e857cd08fedbb5ae77cfaa110e.zip | |
Retain binary artifacts on CI run
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
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* |