Skip to content

Commit

Permalink
Run cp of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Dec 4, 2024
1 parent 69071bd commit 1161244
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,6 +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
commands: |
echo "Updating!"
sudo apt update
Expand Down

0 comments on commit 1161244

Please sign in to comment.