fix: standardize section separators in README.md
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,9 +9,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- name: Use Node.js 20
|
- name: Use Node.js 20
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ Build a signed, App Store-ready .ipa
|
|||||||
|
|
||||||
Upload the built .ipa to TestFlight
|
Upload the built .ipa to TestFlight
|
||||||
|
|
||||||
----
|
---
|
||||||
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
@@ -60,7 +59,7 @@ Build a signed release .apk (for sideloading/testing)
|
|||||||
|
|
||||||
Upload the built .aab to the Play Store (internal testing track by default)
|
Upload the built .aab to the Play Store (internal testing track by default)
|
||||||
|
|
||||||
----
|
---
|
||||||
|
|
||||||
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user