File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments