diff options
| author | Ross Nicoll <[email protected]> | 2021-06-27 08:48:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-27 08:48:58 +0100 |
| commit | 7921b36a7d662baf4586b460f338aced1b24e9e7 (patch) | |
| tree | 4bc22de726a638728de4ae23cf0d854f76c51111 | |
| parent | Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests (diff) | |
| parent | Retain binary artifacts on CI run (diff) | |
| download | discoin-7921b36a7d662baf4586b460f338aced1b24e9e7.tar.xz discoin-7921b36a7d662baf4586b460f338aced1b24e9e7.zip | |
Merge pull request #2341 from patricklodder/1.14.4-actions-artifacts
[qa] Retain binary artifacts on CI run
| -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* |