mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
Merge pull request #576 from XargonWan/revert-558-patch-1
Revert "Update flatpak_build_bundle.sh"
This commit is contained in:
commit
d250dc94ef
|
@ -2,10 +2,8 @@
|
||||||
|
|
||||||
# This is building the bundle RetroDECK.flatpak after the download and build steps are done
|
# This is building the bundle RetroDECK.flatpak after the download and build steps are done
|
||||||
|
|
||||||
if [[ "${GITHUB_REF##*/}" == "main" ]]; then
|
if [ "${GITHUB_REF##*/}" = "main" ]; then
|
||||||
flatpak = "RetroDECK.flatpak"
|
flatpak build-bundle ${GITHUB_WORKSPACE}/local RetroDECK.flatpak net.retrodeck.retrodeck
|
||||||
else
|
else
|
||||||
flatpak = "RetroDECK-cooker.flatpak"
|
flatpak build-bundle ${GITHUB_WORKSPACE}/local RetroDECK-cooker.flatpak net.retrodeck.retrodeck
|
||||||
fi
|
fi
|
||||||
|
|
||||||
flatpak build-bundle "${GITHUB_WORKSPACE}/local" "${flatpak}" net.retrodeck.retrodeck
|
|
||||||
|
|
Loading…
Reference in a new issue