Skip to content

Commit

Permalink
change cp flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Dec 4, 2024
1 parent 9c1d44a commit 4db4a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
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
echo "cp -r web-app-dist /home/actions/temp/arm-runner/mnt/"
sudo cp -r 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!"
Expand Down

0 comments on commit 4db4a29

Please sign in to comment.