diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index ffe81b86..3c872194 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -42,5 +42,4 @@ jobs: git config --global protocol.file.allow always flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml - flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher - GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" wineboot -u + flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher && GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" wineboot -u