Add filter

Should ignore all dot folders/files
This commit is contained in:
Salanto 2024-06-24 23:49:01 +02:00
parent fb322c5c87
commit 51efa6b4e6

View File

@ -100,6 +100,7 @@ jobs:
with: with:
repository: AttorneyOnline/AO2-Themes repository: AttorneyOnline/AO2-Themes
path: "bin/base/themes" path: "bin/base/themes"
filter: ".*"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
@ -187,6 +188,7 @@ jobs:
with: with:
repository: AttorneyOnline/AO2-Themes repository: AttorneyOnline/AO2-Themes
path: "bin/base/themes" path: "bin/base/themes"
filter: ".*"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master