mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +00:00
Compare commits
No commits in common. "92297c99ef8c559e44d313cd140976b1dcf6f92b" and "5f170b313b03264ff48d7d563cb0c2aed677257e" have entirely different histories.
92297c99ef
...
5f170b313b
2 changed files with 3 additions and 8 deletions
9
.github/workflows/cd_prod.yml
vendored
9
.github/workflows/cd_prod.yml
vendored
|
@ -140,13 +140,8 @@ jobs:
|
|||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
|
||||
- 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
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "m3_lightmeter.apk, m3_lightmeter.aab"
|
||||
artifacts: "/home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_apk, /home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_bundle"
|
||||
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.5+28
|
||||
version: 0.11.11+31
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
Loading…
Reference in a new issue