Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Dec 4, 2024
1 parent ed04d66 commit 9c1d44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
image_additional_mb: 4000
non_image_commands: |
echo "Running!"
ls web-app-dist
echo "cp -Rp web-app-dist /home/actions/temp/arm-runner/mnt/"
sudo cp -Rp web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
ls /home/actions/temp/arm-runner/mnt/web-app-dist
commands: |
echo "Updating!"
sudo apt update
Expand Down

0 comments on commit 9c1d44a

Please sign in to comment.