From 0bcf048a01dac88593627b05c0529d2362f0dbc3 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Wed, 18 Dec 2024 13:41:08 +0100 Subject: [PATCH] Fix deletion --- .github/workflows/sync-assets-to-plugin-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-assets-to-plugin-repo.yml b/.github/workflows/sync-assets-to-plugin-repo.yml index cddf9c698e6373..ff2d3e55be62c7 100644 --- a/.github/workflows/sync-assets-to-plugin-repo.yml +++ b/.github/workflows/sync-assets-to-plugin-repo.yml @@ -25,7 +25,7 @@ jobs: - name: Delete everything working-directory: ./assets - run: find assets -type f -not -path 'assets/.svn/*' -delete + run: find . -type f -not -path '.svn/*' -delete - name: Checkout assets from current release uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2