mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update filenames for Ubuntu to Qt 6.7.2 (#5568)
This commit is contained in:
parent
6e104bde7e
commit
acdb84c36e
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
include:
|
||||
- os: ubuntu-20.04
|
||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-20.04:latest
|
||||
qt-version: 6.6.1
|
||||
qt-version: 6.7.2
|
||||
force-lto: false
|
||||
plugins: true
|
||||
skip-artifact: false
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
build-deb: true
|
||||
- os: ubuntu-22.04
|
||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-22.04:latest
|
||||
qt-version: 6.6.1
|
||||
qt-version: 6.7.2
|
||||
force-lto: false
|
||||
plugins: true
|
||||
skip-artifact: false
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
build-deb: true
|
||||
- os: ubuntu-24.04
|
||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-24.04:latest
|
||||
qt-version: 6.6.1
|
||||
qt-version: 6.7.2
|
||||
force-lto: false
|
||||
plugins: true
|
||||
skip-artifact: false
|
||||
|
@ -369,25 +369,25 @@ jobs:
|
|||
- uses: actions/download-artifact@v4
|
||||
name: Linux AppImage
|
||||
with:
|
||||
name: Chatterino-x86_64-Qt-6.6.1.AppImage
|
||||
name: Chatterino-x86_64-Qt-6.7.2.AppImage
|
||||
path: release-artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
name: Ubuntu 20.04 deb
|
||||
with:
|
||||
name: Chatterino-ubuntu-20.04-Qt-6.6.1.deb
|
||||
name: Chatterino-ubuntu-20.04-Qt-6.7.2.deb
|
||||
path: release-artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
name: Ubuntu 22.04 deb
|
||||
with:
|
||||
name: Chatterino-ubuntu-22.04-Qt-6.6.1.deb
|
||||
name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb
|
||||
path: release-artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
name: Ubuntu 24.04 deb
|
||||
with:
|
||||
name: Chatterino-ubuntu-24.04-Qt-6.6.1.deb
|
||||
name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb
|
||||
path: release-artifacts/
|
||||
|
||||
- name: Copy flatpakref
|
||||
|
|
Loading…
Reference in a new issue