Merge branch 'cooker-0.8.0b' of https://www.github.com/XargonWan/RetroDECK into cooker-0.8.0b

This commit is contained in:
XargonWan 2023-11-16 16:15:01 +01:00
commit fc45626d9d

View file

@ -2,10 +2,8 @@
# This is building the bundle RetroDECK.flatpak after the download and build steps are done
if [[ "${GITHUB_REF##*/}" == "main" ]]; then
flatpak = "RetroDECK.flatpak"
if [ "${GITHUB_REF##*/}" = "main" ]; then
flatpak build-bundle ${GITHUB_WORKSPACE}/local RetroDECK.flatpak net.retrodeck.retrodeck
else
flatpak = "RetroDECK-cooker.flatpak"
fi
flatpak build-bundle "${GITHUB_WORKSPACE}/local" "${flatpak}" net.retrodeck.retrodeck
flatpak build-bundle ${GITHUB_WORKSPACE}/local RetroDECK-cooker.flatpak net.retrodeck.retrodeck
fi