Skip to content

Commit

Permalink
chore(ci): Add expo export (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Jan 20, 2025
1 parent 4161236 commit 2dc8f22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sample-application-expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ jobs:
run: |
npx expo export -p web
- name: Export Expo
working-directory: samples/expo
run: |
npx expo export
- name: Upload logs
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2dc8f22

Please sign in to comment.