From 8cc13786cbd63482a8481e6739ba86e0416008e6 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 18 Nov 2024 22:16:59 +0900 Subject: [PATCH] WORKFLOW: back on using all the available retrodeck runners [skip ci] --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 329998ea..ba51d9b0 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -30,7 +30,7 @@ jobs: # Build RetroDECK Job Build_RetroDECK: - runs-on: retrodeck-server + runs-on: retrodeck outputs: TAG: ${{ steps.version-tag.outputs.TAG }} RELEASE_BODY: ${{ steps.version-tag.outputs.RELEASE_BODY }}