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 2731bc7 commit a5b52acCopy full SHA for a5b52ac
.github/workflows/build.yml
@@ -51,6 +51,7 @@ jobs:
51
with:
52
name: web-app-dist
53
path: web-app-dist
54
+ # /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
55
56
- uses: dbieber/arm-runner-action@v1.0.2
57
id: build_image
@@ -62,6 +63,8 @@ jobs:
62
63
non_image_commands: |
64
echo "Running!"
65
ls web-app-dist
66
+ pwd
67
+ ls /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
68
echo "cp -r web-app-dist /home/actions/temp/arm-runner/mnt/"
69
sudo cp -r web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
70
ls /home/actions/temp/arm-runner/mnt/web-app-dist
0 commit comments