diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-25 00:00:02 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-25 00:00:02 +0200 |
| commit | 1a10186dde196ef7973f46d661c3e2904ce97fe1 (patch) | |
| tree | 7957133f388f64728b090b902ea0f483fff040d9 /.github | |
| parent | 51efa6b4e6e683a736734cfa819c3a6abd7c9ab2 (diff) | |
Cleanup instead of filter
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 13 |
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 |
