mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
feat(build): rename AppImage output for ES-DE to RetroDECK format
This commit is contained in:
parent
2025553a2c
commit
903e3e7433
2
.github/workflows/build_es-de.yml
vendored
2
.github/workflows/build_es-de.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue