From 8e6ff671a862e930999ec9acd8e56d8828dc9a43 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 4 Oct 2022 20:20:08 +0200 Subject: [PATCH] Fix the job name of the android editor's github action. --- .github/workflows/android_editor_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_editor_builds.yml b/.github/workflows/android_editor_builds.yml index 07e699373..02e0ae2cc 100644 --- a/.github/workflows/android_editor_builds.yml +++ b/.github/workflows/android_editor_builds.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: - android-template: + android-editor: runs-on: "ubuntu-20.04" name: Android Editor (target=release_debug, tools=yes)