mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Don't download non-existant qt 5.15 debug symbols for Windows (#4857)
This commit is contained in:
parent
4bb196c644
commit
bc218b4261
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -465,12 +465,6 @@ jobs:
|
|||
name: chatterino-windows-x86-64-Qt-5.15.2.zip
|
||||
path: release-artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
name: Windows Qt5.15 symbols
|
||||
with:
|
||||
name: chatterino-windows-x86-64-Qt-5.15.2-symbols.pdb.7z
|
||||
path: release-artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
name: Linux Qt5.12.12 AppImage
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue