Skip to content

Commit

Permalink
REM-915 - Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
naz013 committed Jan 8, 2025
1 parent 294b926 commit a52793a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a52793a

Please sign in to comment.