rename files

This commit is contained in:
Vadim 2023-06-27 11:49:38 +02:00
parent 3f2bbe3a66
commit be1a566186
2 changed files with 10 additions and 2 deletions

View file

@ -146,7 +146,15 @@ jobs:
- name: LS
run: ls
# - 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
- name: LS
run: ls
# - 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"
# skipIfReleaseExists: true

View file

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