diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 1f53b0e..035ab0a 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -87,11 +87,6 @@ jobs: with: submodules: recursive - - name: Download apk - uses: actions/download-artifact@v3 - with: - name: m3_lightmeter_apk - - name: Increment build number & replace version number run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }} @@ -109,6 +104,11 @@ jobs: branch: ${{ github.ref_name }} unprotect_reviews: true + - name: Download apk + uses: actions/download-artifact@v3 + with: + name: m3_lightmeter_apk + - name: Rename apk run: mv app-prod-release.apk m3_lightmeter.apk diff --git a/app-prod-release.apk b/app-prod-release.apk deleted file mode 100644 index 0b86877..0000000 Binary files a/app-prod-release.apk and /dev/null differ