diff options
author | V <vendicated@riseup.net> | 2023-09-19 04:15:34 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-09-19 04:15:34 +0200 |
commit | 6cfb67a52ea692eebf2f01d3498cffb21050c7a4 (patch) | |
tree | 95994547c62587a84d7f03bb5a077ad5c8e19081 /.github | |
parent | 12fe367385c10d316ca66322ea46636e08c19401 (diff) | |
download | Vencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.tar.gz Vencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.tar.bz2 Vencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.zip |
fix ci
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 d9e2789..9ed7d5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - name: Clean up obsolete files run: | - rm -rf dist/*-unpacked Vencord.user.css vencordDesktopRenderer.css vencordDesktopRenderer.css.map + rm -rf dist/*-unpacked dist/monaco Vencord.user.css vencordDesktopRenderer.css vencordDesktopRenderer.css.map - name: Get some values needed for the release id: release_values |