From 78fe3b044bbe4fbdb6517e6ffba5927f0b1f55b3 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Sun, 3 Nov 2024 19:53:21 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f6d5fcd88b6..9510c68d4ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,10 @@ jobs: with: submodules: true # Initializes and updates submodules + - name: List directory contents + run: | + ls -R ${{ github.workspace }} + - name: Set up Python uses: actions/setup-python@v2 with: @@ -35,17 +39,17 @@ jobs: - name: Initialize and update submodules run: | - cd ${{ github.workspace }}/batocera.linux + cd ${{ github.workspace }} git submodule init git submodule update - name: Build Batocera run: | - cd ${{ github.workspace }}/batocera.linux + cd ${{ github.workspace }} make rk3588-build - name: Upload artifacts uses: actions/upload-artifact@v3 with: name: batocera-images - path: ${{ github.workspace }}/batocera.linux/output/images/batocera/images/ + path: ${{ github.workspace }}/output/images/batocera/images/