Skip to content

Commit

Permalink
Display and move the stored artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Jun 5, 2024
1 parent 21feefc commit c449c85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: mps-binaries
- name: Display structure of downloaded files
run: |
ls -l
mv rts.* components/mission_protection_system/src/.
ls -l components/mission_protection_system/src/
- name: Test MPS
uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit c449c85

Please sign in to comment.