From acd70c00e55c5efb73c9c90859dfd0020be4f4f3 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:20:13 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml --- .github/workflows/push_to_new_AppStore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index febabad..9af13d9 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: remove all file except icon.png - run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml'\) -delete + run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: