aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c2801f5b..250b9616 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -102,6 +102,12 @@ jobs:
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
uses: actions/upload-artifact@master
with:
@@ -188,7 +194,12 @@ jobs:
with:
repository: AttorneyOnline/AO2-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
uses: actions/upload-artifact@master