Skip to content

Commit bfff4da

Browse files
committed
fix: minor pipeline path fixes
1 parent a975e53 commit bfff4da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@ jobs:
285285
- name: "Move mobile-resources"
286286
shell: bash
287287
run: |
288-
if compgen -G 'resources/jsActions/mobile-resources-native/*' > /dev/null; then
289-
mv -f resources/jsActions/mobile-resources-native/* Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
288+
if compgen -G 'resources/jsActions/mobile-resources-native/dist/*' > /dev/null; then
289+
mv -f resources/jsActions/mobile-resources-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
290290
fi
291291
- name: "Move nanoflow-actions"
292292
shell: bash
293293
run: |
294-
if compgen -G 'resources/jsActions/mobile-resources-native/*' > /dev/null; then
295-
mv -f resources/jsActions/nanoflow-actions-native/* Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
294+
if compgen -G 'resources/jsActions/nanoflow-actions-native/dist/*' > /dev/null; then
295+
mv -f resources/jsActions/nanoflow-actions-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
296296
fi
297297
- name: "Force rebuild test project"
298298
run: |

0 commit comments

Comments
 (0)