[github] Show iOS build version for DSYM artifacts (#6730)

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-11-29 22:39:33 +01:00 committed by GitHub
parent 748fc3b949
commit aadb525b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,9 @@ jobs:
rm -rf ./private.git
- name: Compile and upload to TestFlight
run: ./fastlane.sh upload_testflight
run: |
echo "IOS_VERSION=$(tools/unix/version.sh ios_version)-$(tools/unix/version.sh ios_build)" >> "$GITHUB_ENV"
./fastlane.sh upload_testflight
env:
APPSTORE_CERTIFICATE_PASSWORD: '${{ secrets.APPSTORE_CERTIFICATE_PASSWORD }}'
working-directory: xcode
@ -74,6 +76,6 @@ jobs:
- name: Upload ipa and DSYMs artifacts
uses: actions/upload-artifact@v3
with:
name: ipa and DSYM archive
name: ipa and DSYM archive ${{ env.IOS_VERSION }}
path: xcode/build/*
if-no-files-found: error