Skip to content

Commit ba04c68

Browse files
committed
ci
1 parent e645785 commit ba04c68

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
node-version: [ 24 ]
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Set Branch
27-
id: vars
28-
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}
2926
- name: Use Node.js ${{ matrix.node-version }}
3027
uses: actions/setup-node@v4
3128
with:
@@ -66,7 +63,8 @@ jobs:
6663
name: android-app-bundle
6764
path: android/app/build/outputs/bundle/release/app-release.aab
6865

69-
70-
71-
72-
66+
- name: Upload Web Bundle
67+
uses: actions/upload-artifact@v4
68+
with:
69+
name: web-app-bundle
70+
path: dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Includes a custom UI-Schema binding with react-native `string`, `boolean` and `S
88
>
99
> No experience with Expo/React Native. Without checking best practices or which packages/theme libraries exist.
1010
>
11-
> The Android and web preview and build were successful.
11+
> The preview and build for Android and web platforms were successful.
1212
1313
![screenshot of browser and android app preview](./assets/ui-schema-react-native.jpg)
1414

0 commit comments

Comments
 (0)