Update push_to_new_AppStore.yml
This commit is contained in:
parent
284f96aa03
commit
acd70c00e5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue