Skip to content

Commit

Permalink
Download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fri committed Sep 13, 2024
1 parent d1dd37a commit 7e464c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
name: fcd-${{ matrix.target }}
path: fcd-${{ matrix.target }}.tar.gz
if-no-files-found: error

download:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R

0 comments on commit 7e464c0

Please sign in to comment.