Skip to content

Commit

Permalink
fix: use from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 28, 2023
1 parent 7156396 commit 634a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 634a779

Please sign in to comment.