From 51efa6b4e6e683a736734cfa819c3a6abd7c9ab2 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:49:01 +0200 Subject: [PATCH] Add filter Should ignore all dot folders/files --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2d75f2..c2801f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,6 +100,7 @@ jobs: with: repository: AttorneyOnline/AO2-Themes path: "bin/base/themes" + filter: ".*" - name: Upload Artifact uses: actions/upload-artifact@master @@ -187,6 +188,7 @@ jobs: with: repository: AttorneyOnline/AO2-Themes path: "bin/base/themes" + filter: ".*" - name: Upload Artifact uses: actions/upload-artifact@master