diff options
author | Ven <vendicated@riseup.net> | 2022-12-01 19:22:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 19:22:49 +0100 |
commit | f1fb79d2c539d2d20ba31db20f2ef68843aab115 (patch) | |
tree | 6823c088a0b217c381a1f72c827801aef2c204c7 | |
parent | 0ff6d3dd4168ee72f9216cfcccc9307bae5b25a7 (diff) | |
download | Vencord-f1fb79d2c539d2d20ba31db20f2ef68843aab115.tar.gz Vencord-f1fb79d2c539d2d20ba31db20f2ef68843aab115.tar.bz2 Vencord-f1fb79d2c539d2d20ba31db20f2ef68843aab115.zip |
Fix workflow
-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 60bebcc..055b255 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: run: | mv dist/*.xpi dist/Vencord-for-Firefox.xpi mv dist/extension-v3.zip dist/Vencord-for-Chrome-and-Edge.zip - + rm -rf dist/extension-v2-unpacked - name: Get some values needed for the release id: release_values |