We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43994c1 commit 2aa8782Copy full SHA for 2aa8782
.github/workflows/android-action.yml
@@ -7,8 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- build-web:
11
- name: Build web bundle (www)
+ build-and-deploy-android-app:
+ name: Build and Deploy Android App
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
.github/workflows/ios-action.yml
@@ -7,7 +7,7 @@ on:
- build-and-deploy-app:
+ build-and-deploy-ios-app:
name: Build and Deploy iOS App
runs-on: macos-15
0 commit comments