From be1a566186b4e0a4a9145095201afa6d92da1167 Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 27 Jun 2023 11:49:38 +0200 Subject: [PATCH] rename files --- .github/workflows/cd_prod.yml | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index b810348..c245023 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index a2c8021..8c35dd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"