From 634a779e3b5e14c74849a4fb2c338e58732398be Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Fri, 29 Sep 2023 00:36:11 +0200 Subject: [PATCH] fix: use from build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51221a88be2..07945593419 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -244,7 +244,7 @@ jobs: - name: Fix Qt (windows) if: startsWith(matrix.qt-version, '6.') && startsWith(matrix.os, 'windows') run: | - cp ${{ steps.find-good-imageformats.outputs.PLUGIN_PATH }}/qwebp.dll Chatterino2/imageformats/qwebp.dll + cp ${{ steps.find-good-imageformats.outputs.PLUGIN_PATH }}/qwebp.dll build/Chatterino2/imageformats/qwebp.dll - name: Package (windows) if: startsWith(matrix.os, 'windows')