From 1a10186dde196ef7973f46d661c3e2904ce97fe1 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:00:02 +0200 Subject: [PATCH] Cleanup instead of filter --- .github/workflows/build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2801f5..250b961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,6 +102,12 @@ jobs: path: "bin/base/themes" filter: ".*" + - name: Cleanup Themes Checkout + run: | + rm ./bin/base/themes/.gitignore + rm .bin/base/themes/.gitattributes + rm -r ./bin/base/themes/.git + - name: Upload Artifact uses: actions/upload-artifact@master with: @@ -188,7 +194,12 @@ jobs: with: repository: AttorneyOnline/AO2-Themes path: "bin/base/themes" - filter: ".*" + + - name: Cleanup Themes Checkout + run: | + rm ./bin/base/themes/.gitignore + rm .bin/base/themes/.gitattributes + rm -r ./bin/base/themes/.git - name: Upload Artifact uses: actions/upload-artifact@master