We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1d44a commit 4db4a29Copy full SHA for 4db4a29
.github/workflows/build.yml
@@ -62,8 +62,8 @@ jobs:
62
non_image_commands: |
63
echo "Running!"
64
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
+ 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
67
ls /home/actions/temp/arm-runner/mnt/web-app-dist
68
commands: |
69
echo "Updating!"
0 commit comments