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"