diff --git a/.github/actions/create-native-bundle/action.yml b/.github/actions/create-native-bundle/action.yml index 7e7574eb6..c4e4f6397 100644 --- a/.github/actions/create-native-bundle/action.yml +++ b/.github/actions/create-native-bundle/action.yml @@ -28,8 +28,10 @@ runs: args: unzip -qq ${{ inputs.mda-file }} -d Native-Mobile-Resources-main/deployment - name: Native-Mobile-Resources-deployment Directory run: | + cd Native-Mobile-Resources-main pwd ls -la + cd .. shell: bash - name: "Create bundle for ${{ inputs.platform }}" run: |