mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-13 11:40:42 +00:00
Compare commits
10 commits
5f170b313b
...
92297c99ef
Author | SHA1 | Date | |
---|---|---|---|
![]() |
92297c99ef | ||
![]() |
29d33d32ac | ||
![]() |
b6cd88007f | ||
![]() |
2816e15035 | ||
![]() |
65da181ada | ||
![]() |
0c46468e2a | ||
![]() |
be1a566186 | ||
![]() |
3f2bbe3a66 | ||
![]() |
567374e74c | ||
![]() |
64c2ffefcf |
2 changed files with 8 additions and 3 deletions
9
.github/workflows/cd_prod.yml
vendored
9
.github/workflows/cd_prod.yml
vendored
|
@ -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 }}"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue