From e09c929f17a29fd7ad17fbc16ed85a818cbb42bc Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 27 May 2023 00:55:32 +0200 Subject: [PATCH] Changed job name --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1b69554..73da265 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ on: type: boolean default: true jobs: - build: + build-and-release-android: name: Build APK and AAB if: github.event.inputs.android == true runs-on: ubuntu-latest @@ -64,7 +64,7 @@ jobs: with: name: appbundle path: build/app/outputs/bundle/release/app-release.aab - build: + build-and-release-macos: name: Build macOS if: github.event.inputs.macos == true runs-on: macos-latest