Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Jan 16, 2025
1 parent fd9ded1 commit c264e11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ jobs:
run: |
yarn
- name: Build WebEmbed
env:
NODE_OPTIONS: '--max_old_space_size=8192'
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
run: |
yarn app:web-embed:build

- name: Build on EAS And Submit
if: ${{ github.event.workflow_run }}
run: |
Expand All @@ -98,3 +107,11 @@ jobs:
cd apps/mobile
eas build --profile=production --platform android --non-interactive --no-wait --resource-class large
- name: Upload WebEmbed Artifacts
uses: actions/upload-artifact@v3
with:
name: upload-web-embed-artifacts
path: |
./apps/web-embed/web-build
if-no-files-found: error

0 comments on commit c264e11

Please sign in to comment.