diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index d3f003c..70a278a 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.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' \) -delete + run: find . -type f -not \( -name 'icon.png' -or -name '*.json'\) -delete - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: