Skip to content

Commit a5b52ac

Browse files
committed
Log more
1 parent 2731bc7 commit a5b52ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
name: web-app-dist
5353
path: web-app-dist
54+
# /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
5455

5556
- uses: dbieber/arm-runner-action@v1.0.2
5657
id: build_image
@@ -62,6 +63,8 @@ jobs:
6263
non_image_commands: |
6364
echo "Running!"
6465
ls web-app-dist
66+
pwd
67+
ls /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
6568
echo "cp -r web-app-dist /home/actions/temp/arm-runner/mnt/"
6669
sudo cp -r web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
6770
ls /home/actions/temp/arm-runner/mnt/web-app-dist

0 commit comments

Comments
 (0)