Skip to content

Commit 8206dec

Browse files
authored
[Jetcaster]: Rename 'app' module to 'mobile' (#1373)
Rename `app` module to `mobile` for a more descriptive name for the target form factor.
2 parents 16aa20a + 07bdddc commit 8206dec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+24
-20
lines changed

.github/workflows/Jetcaster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
with:
2020
name: Jetcaster
2121
path: Jetcaster
22+
module: mobile

.github/workflows/build-sample.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
path:
1010
required: true
1111
type: string
12+
module:
13+
default: "app"
14+
type: string
1215

1316
concurrency:
1417
group: ${{ inputs.name }}-build-${{ github.ref }}
@@ -66,11 +69,11 @@ jobs:
6669
uses: actions/upload-artifact@v4
6770
with:
6871
name: build-outputs
69-
path: ${{ inputs.path }}/app/build/outputs
72+
path: ${{ inputs.path }}/${{ inputs.module }}/build/outputs
7073

7174
- name: Upload build reports
7275
if: always()
7376
uses: actions/upload-artifact@v4
7477
with:
7578
name: build-reports
76-
path: ${{ inputs.path }}/app/build/reports
79+
path: ${{ inputs.path }}/${{ inputs.module }}/build/reports

Jetcaster/README.md

Lines changed: 17 additions & 17 deletions
File renamed without changes.

0 commit comments

Comments
 (0)