show build numbers in ci summary
This commit is contained in:
@@ -132,6 +132,16 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
path: build.aab
|
path: build.aab
|
||||||
|
|
||||||
|
- name: 📝 Write build summary
|
||||||
|
env:
|
||||||
|
REMOTE_VERSION_CODE: ${{ steps.get-build-info.outputs.BSKY_ANDROID_VERSION_CODE }}
|
||||||
|
run: |
|
||||||
|
{
|
||||||
|
echo "### Android build number"
|
||||||
|
echo
|
||||||
|
echo "\`$REMOTE_VERSION_CODE\`"
|
||||||
|
} >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
|
||||||
submit:
|
submit:
|
||||||
name: Submit to Google Play
|
name: Submit to Google Play
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -211,6 +211,16 @@ jobs:
|
|||||||
${{ env.BUILD_DIR }}/Bluesky.ipa
|
${{ env.BUILD_DIR }}/Bluesky.ipa
|
||||||
${{ env.BUILD_DIR }}/Bluesky.app.dSYM.zip
|
${{ env.BUILD_DIR }}/Bluesky.app.dSYM.zip
|
||||||
|
|
||||||
|
- name: 📝 Write build summary
|
||||||
|
env:
|
||||||
|
REMOTE_BUILD_NUMBER: ${{ steps.get-build-info.outputs.BSKY_IOS_BUILD_NUMBER }}
|
||||||
|
run: |
|
||||||
|
{
|
||||||
|
echo "### iOS build number"
|
||||||
|
echo
|
||||||
|
echo "\`$REMOTE_BUILD_NUMBER\`"
|
||||||
|
} >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
|
||||||
submit:
|
submit:
|
||||||
name: Submit iOS
|
name: Submit iOS
|
||||||
# Submission and dSYM upload are I/O bound and don't need the xlarge builder.
|
# Submission and dSYM upload are I/O bound and don't need the xlarge builder.
|
||||||
|
|||||||
Reference in New Issue
Block a user