diff --git a/.github/workflows/build_mame.yml b/.github/workflows/build_mame.yml index 05afead..5d8e0a8 100644 --- a/.github/workflows/build_mame.yml +++ b/.github/workflows/build_mame.yml @@ -44,6 +44,10 @@ jobs: "${GITHUB_WORKSPACE}"/mame-build-dir \ net.retrodeck.mame.yml + - name: "Exporting dir tree" + id: tree + run: tree -H ./ > ${GITHUB_WORKSPACE}/tree.html + - name: Create Artifact for RetroDECK run: | tar -czf ${GITHUB_WORKSPACE}/RetroDECK-MAME-Artifact.tar.gz -C ${GITHUB_WORKSPACE}/mame-build-dir . @@ -73,7 +77,7 @@ jobs: These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}. On branch [${{env.BRANCH_NAME}}](https://github.com/XargonWan/RetroDECK-MAME/tree/${{env.BRANCH_NAME}}). - artifacts: "RetroDECK-MAME-Artifact.tar.gz" + artifacts: "RetroDECK-MAME-Artifact.tar.gz, tree.html" allowUpdates: true makeLatest: true token: ${{ secrets.TRIGGER_BUILD_TOKEN }} diff --git a/automation_tools/install_dependencies.sh b/automation_tools/install_dependencies.sh index e4cc626..afa00ff 100755 --- a/automation_tools/install_dependencies.sh +++ b/automation_tools/install_dependencies.sh @@ -1,5 +1,5 @@ #!/bin/bash # This scritp is installing the required dependencies to correctly run the pipeline and buold the flatpak -sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl +sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl tree flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \ No newline at end of file