Compare commits

..

10 commits

Author SHA1 Message Date
Vadim
92297c99ef typo 2023-06-27 12:16:54 +02:00
Vadim
29d33d32ac revert version 2023-06-27 12:16:29 +02:00
vodemn
b6cd88007f Version bump 2023-06-27 10:12:00 +00:00
Vadim
2816e15035 Merge branch 'feature/ML-61' of https://github.com/vodemn/m3_lightmeter into feature/ML-61 2023-06-27 12:02:36 +02:00
Vadim
65da181ada removed ls 2023-06-27 12:02:14 +02:00
vodemn
0c46468e2a Version bump 2023-06-27 09:59:13 +00:00
Vadim
be1a566186 rename files 2023-06-27 11:49:38 +02:00
vodemn
3f2bbe3a66 Version bump 2023-06-27 09:43:44 +00:00
vodemn
567374e74c Version bump 2023-06-27 09:18:29 +00:00
Vadim
64c2ffefcf added LS 2023-06-27 11:06:23 +02:00
2 changed files with 8 additions and 3 deletions

View file

@ -140,8 +140,13 @@ jobs:
with:
name: m3_lightmeter_bundle
- uses: ncipollo/release-action@v1
- name: Rename artifacts
run: |
mv app-prod-release.apk m3_lightmeter.apk
mv app-prod-release.aab m3_lightmeter.aab
- uses: ncipollo/release-action@v1.12.0
with:
artifacts: "/home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_apk, /home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_bundle"
artifacts: "m3_lightmeter.apk, m3_lightmeter.aab"
skipIfReleaseExists: true
tag: "v${{ github.event.inputs.version }}"

View file

@ -1,7 +1,7 @@
name: lightmeter
description: A new Flutter project.
publish_to: "none"
version: 0.11.11+31
version: 0.11.5+28
environment:
sdk: ">=3.0.0 <4.0.0"