From edf19ff3e79b779d9115e64259f136c4a31947db Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:45:44 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#271) --- .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 9f37660..0bcd13f 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 '*.yml' \) -delete - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: