Add archives

This commit is contained in:
Max Goedjen 2025-09-03 01:38:41 -07:00 committed by GitHub
parent df1afaba54
commit 8c432f1b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,14 @@ jobs:
id: attest id: attest
uses: actions/attest-build-provenance@v2 uses: actions/attest-build-provenance@v2
with: with:
subject-path: 'Secretive.zip' subject-path: 'Secretive.zip, Xcode_Archive.zip'
- name: Upload App to Artifacts - name: Upload App to Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Secretive.zip name: Secretive.zip
path: Secretive.zip path: Secretive.zip
- name: Upload Archive to Artifacts
uses: actions/upload-artifact@v4
with:
name: Xcode_Archive.zip
path: Xcode_Archive.zip