Skip to content

Commit

Permalink
collect
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jun 20, 2023
1 parent cc549c7 commit 51c7f3f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: |
build/libpv_recorder.*
build/node/pv_recorder.node
retention-days: 7
retention-days: 3

build-self-hosted:
runs-on: ${{ matrix.machine }}
Expand Down Expand Up @@ -80,4 +80,15 @@ jobs:
path: |
build/libpv_recorder.*
build/node/pv_recorder.node
retention-days: 7
retention-days: 3

collect-artifacts:
runs-on: ubuntu-latest
needs: [build-github-hosted, build-self-hosted]

steps:
- name: Download artifacts
uses: actions/download-artifact@v3

- name: Display structure of downloaded files
run: ls -R

0 comments on commit 51c7f3f

Please sign in to comment.