Skip to content

Commit

Permalink
Upload jsbundle sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 3, 2024
1 parent c0bd145 commit adbc4b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/buildIOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,9 @@ jobs:
with:
name: ios-artifact-dsym
path: ${{ steps.build.outputs.DSYM_PATH }}

- name: Upload iOS sourcemaps
uses: actions/upload-artifact@v4
with:
name: ios-sourcemaps-artifact
path: ./main.jsbundle.map

0 comments on commit adbc4b2

Please sign in to comment.