mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
rename files
This commit is contained in:
parent
3f2bbe3a66
commit
be1a566186
2 changed files with 10 additions and 2 deletions
10
.github/workflows/cd_prod.yml
vendored
10
.github/workflows/cd_prod.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue