Skip to content

Commit

Permalink
Test artifact collection
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Oct 28, 2023
1 parent f9c7079 commit 1a9128f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ jobs:
with:
name: rpi-4b-aarch64
path: dist

Collect-Artifacts:
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3

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

0 comments on commit 1a9128f

Please sign in to comment.