Skip to content

Commit d02c965

Browse files
fix: correct MPK artifact upload name and path handling in Build MPK workflow
1 parent e715500 commit d02c965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildMpk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Upload MPK artifact"
5555
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4
5656
with:
57-
name: ${{ inputs.module }}-${{ steps.bump_version.outputs.VERSION }}.mpk
57+
name: ${{ inputs.module }}-${{ steps.bump_version.outputs.VERSION }}
5858
path: ${{ inputs.module == 'mobile-resources-native' && 'tmp/mobile-resources-native/NativeMobileResources.mpk' || 'tmp/nanoflow-actions-native/NanoflowCommons.mpk' }}
5959
if-no-files-found: error
6060

0 commit comments

Comments
 (0)