Skip to content

Commit b27416c

Browse files
committed
fix windows
1 parent 7ca39b1 commit b27416c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/default-storage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
yarn
132132
- name: Install Windows test app
133133
run: |
134-
yarn install-windows-test-app -p example/windows
135-
working-directory: packages/default-storage
134+
yarn install-windows-test-app -p windows
135+
working-directory: packages/default-storage/example
136136
- name: Build
137137
run: |
138138
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --msbuildprops "BundleEntryFile=index.ts,UseBundle=false" --no-telemetry

0 commit comments

Comments
 (0)