Changed job name

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 00:55:32 +02:00
parent 22ae994370
commit e09c929f17

View file

@ -20,7 +20,7 @@ on:
type: boolean type: boolean
default: true default: true
jobs: jobs:
build: build-and-release-android:
name: Build APK and AAB name: Build APK and AAB
if: github.event.inputs.android == true if: github.event.inputs.android == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -64,7 +64,7 @@ jobs:
with: with:
name: appbundle name: appbundle
path: build/app/outputs/bundle/release/app-release.aab path: build/app/outputs/bundle/release/app-release.aab
build: build-and-release-macos:
name: Build macOS name: Build macOS
if: github.event.inputs.macos == true if: github.event.inputs.macos == true
runs-on: macos-latest runs-on: macos-latest