Skip to content

Commit 56135ef

Browse files
with pwshl
1 parent 5230aae commit 56135ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ jobs:
184184

185185

186186
- name: RNPermissions Patch test
187-
run: copy /Y RNPermissions.vcxproj .\Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj
187+
run: Copy-Item -Path "RNPermissions.vcxproj" -Destination "Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj" -Force
188188
working-directory: ./
189+
189190

190191

191192

0 commit comments

Comments
 (0)