Compare commits

..

No commits in common. "92297c99ef8c559e44d313cd140976b1dcf6f92b" and "5f170b313b03264ff48d7d563cb0c2aed677257e" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -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 }}"

View file

@ -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"