File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 submodules : true # Initializes and updates submodules
1818
19+ - name : List directory contents
20+ run : |
21+ ls -R ${{ github.workspace }}
22+
1923 - name : Set up Python
2024 uses : actions/setup-python@v2
2125 with :
@@ -35,17 +39,17 @@ jobs:
3539
3640 - name : Initialize and update submodules
3741 run : |
38- cd ${{ github.workspace }}/batocera.linux
42+ cd ${{ github.workspace }}
3943 git submodule init
4044 git submodule update
4145
4246 - name : Build Batocera
4347 run : |
44- cd ${{ github.workspace }}/batocera.linux
48+ cd ${{ github.workspace }}
4549 make rk3588-build
4650
4751 - name : Upload artifacts
4852 uses : actions/upload-artifact@v3
4953 with :
5054 name : batocera-images
51- path : ${{ github.workspace }}/batocera.linux/ output/images/batocera/images/
55+ path : ${{ github.workspace }}/output/images/batocera/images/
You can’t perform that action at this time.
0 commit comments