feat(build): rename AppImage output for ES-DE to RetroDECK format

This commit is contained in:
XargonWan 2025-04-04 12:02:52 +09:00
parent 2025553a2c
commit 903e3e7433
2 changed files with 5 additions and 3 deletions

View file

@ -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 }}

View file

@ -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"