diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f27a70f45..5fc4c524c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -370,7 +370,6 @@ jobs: name: Ubuntu 22.04 Qt6.2.4 deb with: name: Chatterino-ubuntu-22.04-Qt-6.2.4.deb - Chatterino-ubuntu-22.04-Qt-6.2.4.deb path: release-artifacts/ - uses: actions/download-artifact@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a74906baf..3de9835d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ - Dev: Add scripting capabilities with Lua (#4341, #4504) - Dev: Conan 2.0 is now used instead of Conan 1.0. (#4417) - Dev: Added tests and benchmarks for `LinkParser`. (#4436) -- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553) +- Dev: Experimental builds with Qt 6 are now provided. (#4522, #4551, #4553, #4554) - Dev: Removed `CHATTERINO_TEST` definitions. (#4526) - Dev: Builds for macOS now have `macos` in their name (previously: `osx`). (#4550)