Skip to content

Commit 4db4a29

Browse files
committed
change cp flags
1 parent 9c1d44a commit 4db4a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
non_image_commands: |
6363
echo "Running!"
6464
ls web-app-dist
65-
echo "cp -Rp web-app-dist /home/actions/temp/arm-runner/mnt/"
66-
sudo cp -Rp web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
65+
echo "cp -r web-app-dist /home/actions/temp/arm-runner/mnt/"
66+
sudo cp -r web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
6767
ls /home/actions/temp/arm-runner/mnt/web-app-dist
6868
commands: |
6969
echo "Updating!"

0 commit comments

Comments
 (0)