aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-25 00:46:27 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-25 00:46:27 +0200
commita9d5661e89d0264db562d027753e9b39883d00e3 (patch)
tree34413a998e97444e4fa92ba3c88dae02f2e8330d /.github
parentd0050b3fffb7a4d2816e05f5f2700cb107799298 (diff)
FORCE
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 51b31e24..94cf4e8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
run: |
rm ./bin/base/themes/.gitignore
rm ./bin/base/themes/.gitattributes
- rm -rf ./bin/base/themes/.git
+ Remove-Item -Path "./bin/base/themes/.git" -Recurse -Force
- name: Upload Artifact
uses: actions/upload-artifact@master