Skip to content

Commit

Permalink
fix: build path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Feb 20, 2024
1 parent ada4115 commit 7f16ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build Android APK Bundle
working-directory: ./apps/native-ui-storybook
run: pnpm run build:preview:android
- name: Upload iOS to Appetize
uses: appetizeio/[email protected]
Expand Down Expand Up @@ -90,11 +91,12 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build iOS app
working-directory: ./apps/native-ui-storybook
run: pnpm run build:preview:ios
- name: Upload iOS to Appetize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
publicKey: ${{ secrets.APPETIZE_PUBLIC_KEY_IOS }}
appFile: ./build/native-ui.tar.gz
appFile: ./apps/native-ui-storybook/build/native-ui.tar.gz
platform: 'ios'

0 comments on commit 7f16ec3

Please sign in to comment.