Update push_to_new_AppStore.yml (#271)

This commit is contained in:
raller1028 2023-09-11 16:45:44 +08:00 committed by GitHub
parent 8d4e0c04c5
commit edf19ff3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: remove all file except icon.png - 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 - name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main uses: cpina/github-action-push-to-another-repository@main
env: env: