diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5338a42e2..d802f7e8c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -274,6 +274,14 @@ jobs: echo "$FASTLANE_OUTPUT" SHARE_URL=$(echo "$FASTLANE_OUTPUT" | awk '/APP_SHARE_URL:/ {print $NF}') echo "Google play store APK link: $SHARE_URL" >> $GITHUB_STEP_SUMMARY + + # Write the Play Store link into this job's check run output + curl -s -X PATCH \ + -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ + -H "Accept: application/vnd.github+json" \ + -H "X-GitHub-Api-Version: 2026-03-10" \ + "https://api.github.com/repos/${{ github.repository }}/check-runs/${{ job.check_run_id }}" \ + -d "{\"output\":{\"title\":\"Android ${{ matrix.ANDROID_ABI }}\",\"summary\":\"$SHARE_URL\"}}" - name: Build AAB if: ${{ github.ref_name == 'master' || github.ref_type == 'tag' }} @@ -309,3 +317,11 @@ jobs: echo "$FASTLANE_OUTPUT" SHARE_URL=$(echo "$FASTLANE_OUTPUT" | awk '/APP_SHARE_URL:/ {print $NF}') echo "Google play store AAB link: $SHARE_URL" >> $GITHUB_STEP_SUMMARY + + # Write the Play Store link into this job's check run output + curl -s -X PATCH \ + -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ + -H "Accept: application/vnd.github+json" \ + -H "X-GitHub-Api-Version: 2026-03-10" \ + "https://api.github.com/repos/${{ github.repository }}/check-runs/${{ job.check_run_id }}" \ + -d "{\"output\":{\"title\":\"Android ${{ matrix.ANDROID_ABI }}\",\"summary\":\"$SHARE_URL\"}}" \ No newline at end of file diff --git a/app/main.cpp b/app/main.cpp index e91cb18ec..ada07cc91 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -6,7 +6,7 @@ * (at your option) any later version. * * * ***************************************************************************/ - +// this comment just triggers build CI's #include "mmconfig.h" #include