[github] Store ipa and DSYM files for each binary uploaded to Fastline

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-06-02 15:32:28 +02:00 committed by Alexander Borsuk
parent 51c8e41102
commit 20f0126537

View file

@ -64,3 +64,10 @@ jobs:
env:
APPSTORE_CERTIFICATE_PASSWORD: '${{ secrets.APPSTORE_CERTIFICATE_PASSWORD }}'
working-directory: xcode
- name: Upload ipa and DSYMs artifacts
uses: actions/upload-artifact@v3
with:
name: ipa and DSYM archive
path: xcode/build/*
if-no-files-found: error