Skip to content

Commit 2cf6926

Browse files
committed
v1.0.3+4
1 parent 0ba4287 commit 2cf6926

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ jobs:
3131
channel: 'stable'
3232

3333
- name: Install dependencies
34-
working-directory: ./centeral/ble_temperature/
34+
working-directory: central/ble_temperature/
3535
run: flutter pub get
3636

3737
- name: Create generated files
38-
working-directory: ./centeral/ble_temperature/
38+
working-directory: central/ble_temperature/
3939
run: dart run build_runner build
4040

4141
- name: Check for any formatting issues
42-
working-directory: ./centeral/ble_temperature/
42+
working-directory: central/ble_temperature/
4343
run: dart format --set-exit-if-changed .
4444

4545
- name: Statically analyze code
46-
working-directory: ./centeral/ble_temperature/
46+
working-directory: central/ble_temperature/
4747
run: flutter analyze .
4848

4949
# run tests
5050
- name: Run Tests
51-
working-directory: ./centeral/ble_temperature/
51+
working-directory: central/ble_temperature/
5252
run: flutter test

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ https://github.com/d-wolf/flutter_ble_arduino_temperature/assets/3867384/bda0d26
2121

2222
The app has two build variants `prod` and `sim`. The `prod` variant connects to a real physical device whereas the `sim` variant just emulates one. So to run the app you dont really need a physical device at all. Just run the `sim` variant. To do so call `flutter run --release --flavor sim -t lib/main_sim.dart`. For the prod variant call `flutter run --release --flavor prod -t lib/main_prod.dart`.
2323

24+
## Run CI
25+
* `git tag v<major>.<minor>.<version>`
26+
* `git push origin --tags`
27+
2428
## Sources
2529
* https://docs.flutter.dev/get-started/install
2630
* https://melos.invertase.dev/getting-started

central/ble_temperature/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

central/ble_temperature/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ble_temperature
22
description: A new Flutter project.
33
publish_to: 'none'
44

5-
version: 1.0.2+3
5+
version: 1.0.3+4
66

77
environment:
88
sdk: '>=3.0.5 <4.0.0'

0 commit comments

Comments
 (0)