aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 23:49:01 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 23:49:01 +0200
commit51efa6b4e6e683a736734cfa819c3a6abd7c9ab2 (patch)
tree8c1e563408b3c0893aa2373acdfe09491224be6e /.github/workflows
parentfb322c5c87d5e1d5051d2ef8837a5d5c508a71b6 (diff)
Add filter
Should ignore all dot folders/files
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f2d75f2a..c2801f5b 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