From ed6606b18283e92557276f24902b823282969815 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:22:42 -0600 Subject: [PATCH] ci(release): Ensure artifacts are always uploaded and attested (#4321) Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a57ea6a1..39e1afea6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,6 +147,7 @@ jobs: run: bundle exec fastlane internal - name: Upload Google AAB artifact + if: always() uses: actions/upload-artifact@v6 with: name: google-aab @@ -154,6 +155,7 @@ jobs: retention-days: 1 - name: Upload Google APK artifact + if: always() uses: actions/upload-artifact@v6 with: name: google-apk @@ -161,6 +163,7 @@ jobs: retention-days: 1 - name: Attest Google artifacts provenance + if: always() uses: actions/attest-build-provenance@v3 with: subject-path: |