File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments