From 8e24a29c85e19ae0eb859d663934907c31a3983e Mon Sep 17 00:00:00 2001 From: Wissididom <30803034+Wissididom@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:20:54 +0100 Subject: [PATCH] Fix Ubuntu builds preventing `create-release` from building (#4368) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2d5c7c50..4422ee18d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -286,12 +286,12 @@ jobs: - uses: actions/download-artifact@v3 with: - name: Chatterino-ubuntu-20.04.deb + name: Chatterino-ubuntu-20.04-Qt-5.12.12.deb path: release-artifacts/ - uses: actions/download-artifact@v3 with: - name: Chatterino-ubuntu-22.04.deb + name: Chatterino-ubuntu-22.04-Qt-5.15.2.deb path: release-artifacts/ - uses: actions/download-artifact@v3