From 7e464c0bea5b68804183fb9ed9394194c4c6b5cc Mon Sep 17 00:00:00 2001 From: fri Date: Fri, 13 Sep 2024 08:36:23 +0200 Subject: [PATCH] Download artifacts --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adc7b0c..157c984 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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