We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8be80b commit 09c8484Copy full SHA for 09c8484
1 file changed
.github/workflows/NativePipeline.yml
@@ -146,7 +146,7 @@ jobs:
146
mv -f resources/jsActions/nanoflow-actions-native/* Native-Mobile-Resources-main/javascriptsource/nanoflowcommons/actions/
147
fi
148
- name: "Build test project"
149
- run: mxbuild -o --loose-version-check automation.mda Native-Mobile-Resources-main/NativeComponentsTestProject.mpr
+ run: mxbuild -o automation.mda --loose-version-check Native-Mobile-Resources-main/NativeComponentsTestProject.mpr
150
- name: "Upload MDA"
151
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
152
with:
0 commit comments