MAME: adding tree to find out where's chdman

This commit is contained in:
XargonWan 2024-03-19 17:37:25 +01:00
parent 907034ed93
commit 57db7b4eec
2 changed files with 6 additions and 2 deletions

View file

@ -44,6 +44,10 @@ jobs:
"${GITHUB_WORKSPACE}"/mame-build-dir \ "${GITHUB_WORKSPACE}"/mame-build-dir \
net.retrodeck.mame.yml net.retrodeck.mame.yml
- name: "Exporting dir tree"
id: tree
run: tree -H ./ > ${GITHUB_WORKSPACE}/tree.html
- name: Create Artifact for RetroDECK - name: Create Artifact for RetroDECK
run: | run: |
tar -czf ${GITHUB_WORKSPACE}/RetroDECK-MAME-Artifact.tar.gz -C ${GITHUB_WORKSPACE}/mame-build-dir . 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}}. 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}}). 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 allowUpdates: true
makeLatest: true makeLatest: true
token: ${{ secrets.TRIGGER_BUILD_TOKEN }} token: ${{ secrets.TRIGGER_BUILD_TOKEN }}

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# This scritp is installing the required dependencies to correctly run the pipeline and buold the flatpak # 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 flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo