ci(release): Ensure artifacts are always uploaded and attested (#4321)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-26 07:22:42 -06:00 committed by GitHub
parent fc5255a0f0
commit ed6606b182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |