Skip to content

Commit

Permalink
update Build App github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-sh-reddy committed Nov 17, 2023
1 parent 2566757 commit e846723
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: macos-13
steps:

- name: Checkout Repo
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,7 +59,8 @@ jobs:
REPO_GITHUB_TOKEN: ""
LOCAL_KEYCHAIN_PASS: ${{ secrets.LOCAL_KEYCHAIN_PASS }}

- run: git diff origin/${GITHUB_HEAD_REF}
# - run: git diff origin/testflight
- run: git diff origin/ci | $SUMMARY_DIFF

- name: Archive IPA and dSYM artifacts
uses: actions/upload-artifact@v3
Expand All @@ -69,4 +71,6 @@ jobs:
${{ github.workspace }}/Lunar.app.dSYM.zip
- name: Output build summary
run: echo 'Build Summary' >> $GITHUB_STEP_SUMMARY
run: |
echo 'Build Summary' >> $GITHUB_STEP_SUMMARY
echo $SUMMARY_DIFF >> $GITHUB_STEP_SUMMARY

0 comments on commit e846723

Please sign in to comment.