Cleanup instead of filter

This commit is contained in:
Salanto 2024-06-25 00:00:02 +02:00
parent 51efa6b4e6
commit 1a10186dde

View File

@ -102,6 +102,12 @@ jobs:
path: "bin/base/themes" path: "bin/base/themes"
filter: ".*" 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 - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with:
@ -188,7 +194,12 @@ jobs:
with: with:
repository: AttorneyOnline/AO2-Themes repository: AttorneyOnline/AO2-Themes
path: "bin/base/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 - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master