diff --git a/.github/workflows/build_es-de.yml b/.github/workflows/build_es-de.yml index 1bfe357b0..7ad940b65 100644 --- a/.github/workflows/build_es-de.yml +++ b/.github/workflows/build_es-de.yml @@ -102,7 +102,7 @@ jobs: These are the artifact of RetroDECK ES-DE, commit: ${{ github.event.repository.full_name }}@${{github.sha}}. On branch [${{ needs.Set_Release_Metadata.outputs.branch_name }}](https://github.com/${{ github.repository }}/tree/${{ needs.Set_Release_Metadata.outputs.branch_name }}). artifacts: | - RetroDECK-AppImage.tar.gz + ES-DE_x64_RetroDECK.AppImage allowUpdates: true makeLatest: ${{ contains(needs.Set_Release_Metadata.outputs.branch_name, 'feat/') && 'false' || 'true' }} token: ${{ secrets.TRIGGER_BUILD_TOKEN }} diff --git a/tools/create_AppImage_RetroDECK.sh b/tools/create_AppImage_RetroDECK.sh index 10aa354d6..c7c62e667 100644 --- a/tools/create_AppImage_RetroDECK.sh +++ b/tools/create_AppImage_RetroDECK.sh @@ -85,5 +85,7 @@ cd ../../.. cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0 ./appimagetool-x86_64.AppImage AppDir -mv ES-DE-x86_64.AppImage ES-DE_x64_SteamDeck.AppImage && \ -echo -e "\nCreated AppImage ES-DE_x64_SteamDeck.AppImage" +ls -lah # DEBUG + +mv ES-DE-x86_64.AppImage ES-DE_x64_RetroDECK.AppImage && \ +echo -e "\nCreated AppImage ES-DE_x64_RetroDECK.AppImage"