From bc218b4261dff6fb43f4e75ccac828f386fe7622 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 1 Oct 2023 15:07:02 +0200 Subject: [PATCH] Don't download non-existant qt 5.15 debug symbols for Windows (#4857) --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a53b888..821302f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: