diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-25 00:46:27 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-25 00:46:27 +0200 |
| commit | a9d5661e89d0264db562d027753e9b39883d00e3 (patch) | |
| tree | 34413a998e97444e4fa92ba3c88dae02f2e8330d /.github | |
| parent | d0050b3fffb7a4d2816e05f5f2700cb107799298 (diff) | |
FORCE
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
