Skip to content

Commit

Permalink
Add mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Dec 4, 2024
1 parent 1161244 commit ed04d66
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 @@ -61,8 +61,8 @@ jobs:
image_additional_mb: 4000
non_image_commands: |
echo "Running!"
echo "cp -Rp web-app-dist ${{ steps.mount_image.outputs.mount }}web-app-dist"
sudo cp -Rp web-app-dist ${{ steps.mount_image.outputs.mount }}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
commands: |
echo "Updating!"
sudo apt update
Expand Down

0 comments on commit ed04d66

Please sign in to comment.