From 8d071fea21b03ae4893033289d69f8c6402e9d97 Mon Sep 17 00:00:00 2001 From: Uraz Akgultan Date: Fri, 23 Aug 2024 13:59:48 +0200 Subject: [PATCH] test: pipeline test --- .github/actions/create-native-bundle/action.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |