Add filter
Should ignore all dot folders/files
This commit is contained in:
parent
fb322c5c87
commit
51efa6b4e6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user