aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-09-19 04:15:34 +0200
committerV <vendicated@riseup.net>2023-09-19 04:15:34 +0200
commit6cfb67a52ea692eebf2f01d3498cffb21050c7a4 (patch)
tree95994547c62587a84d7f03bb5a077ad5c8e19081 /.github
parent12fe367385c10d316ca66322ea46636e08c19401 (diff)
downloadVencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.tar.gz
Vencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.tar.bz2
Vencord-6cfb67a52ea692eebf2f01d3498cffb21050c7a4.zip
fix ci
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 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