From 804dfa141fefc1dd60bf4369028027f8cca4d6a3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 13 Aug 2024 15:58:32 +0900 Subject: [PATCH] WORKFLOW: updated main [skip ci] --- .github/workflows/flathub_push_main.yml | 2 +- .github/workflows/main-selfhosted.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flathub_push_main.yml b/.github/workflows/flathub_push_main.yml index 46bc4814..2579194d 100644 --- a/.github/workflows/flathub_push_main.yml +++ b/.github/workflows/flathub_push_main.yml @@ -27,7 +27,7 @@ jobs: fi git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub cd $gits_folder - git clone --recursive https://github.com/XargonWan/RetroDECK RetroDECK + git clone --recursive https://github.com/RetroDECK/RetroDECK RetroDECK cd $gits_folder/RetroDECK relname="main-"$(git rev-parse --short HEAD) diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index a98b3360..5b0ddc4d 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -24,12 +24,12 @@ on: jobs: Building_RetroDECK: - runs-on: self-hosted + runs-on: retrodeck steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317 - name: Remove stuck mounts - run: sudo umount -f /home/ubuntu/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/* + run: sudo umount -f /home/ubuntu/retrodeck-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/* continue-on-error: true - name: Clone RetroDECK repo