diff --git a/.github/workflows/build_and_publish_release.yml b/.github/workflows/build_and_publish_release.yml index fbbd93823..18e3c4d9f 100644 --- a/.github/workflows/build_and_publish_release.yml +++ b/.github/workflows/build_and_publish_release.yml @@ -72,6 +72,13 @@ jobs: id: buildRelease run: ./gradlew bundleRelease + - name: Save signed aab + uses: actions/upload-artifact@v4 + if: ${{ always() }} # IMPORTANT: Upload reports regardless of status + with: + name: signed-aab + path: app/build/outputs/bundle + - name: Create service_account.json id: create-service-account run: echo '${{ secrets.SERVICE_ACCOUT_JSON }}' > service_account.json @@ -93,6 +100,7 @@ jobs: packageName: com.cray.software.justreminder releaseFiles: ${{ steps.sign-free.outputs.signedReleaseFile }} track: alpha + changesNotSentForReview: true - name: Sign Pro AAB id: sign-pro