Skip to content

Commit d80a621

Browse files
committed
Use extra_files
1 parent 957a840 commit d80a621

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,16 @@ jobs:
6060
bootpartition: 1
6161
rootpartition: 2
6262
image_additional_mb: 4000
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 "Here"
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
63+
extra_files_path: /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
64+
extra_files_mnt_path: web-app-dist
65+
# non_image_commands: |
66+
# echo "Running!"
67+
# ls web-app-dist
68+
# pwd
69+
# ls /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
70+
# echo "Here"
71+
# sudo cp -r web-app-dist /home/actions/temp/arm-runner/mnt/web-app-dist
72+
# ls /home/actions/temp/arm-runner/mnt/web-app-dist
7173
commands: |
7274
echo "Updating!"
7375
sudo apt update

0 commit comments

Comments
 (0)