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: with:
name: m3_lightmeter_bundle name: m3_lightmeter_bundle
- name: Rename artifacts - uses: ncipollo/release-action@v1
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: 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 skipIfReleaseExists: true
tag: "v${{ github.event.inputs.version }}" tag: "v${{ github.event.inputs.version }}"

View file

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