We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e715500 commit d02c965Copy full SHA for d02c965
1 file changed
.github/workflows/BuildMpk.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: "Upload MPK artifact"
55
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4
56
with:
57
- name: ${{ inputs.module }}-${{ steps.bump_version.outputs.VERSION }}.mpk
+ name: ${{ inputs.module }}-${{ steps.bump_version.outputs.VERSION }}
58
path: ${{ inputs.module == 'mobile-resources-native' && 'tmp/mobile-resources-native/NativeMobileResources.mpk' || 'tmp/nanoflow-actions-native/NanoflowCommons.mpk' }}
59
if-no-files-found: error
60
0 commit comments