forked from organicmaps/organicmaps
[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:
parent
51c8e41102
commit
20f0126537
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ios-beta.yaml
vendored
7
.github/workflows/ios-beta.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue