Update filenames for Ubuntu to Qt 6.7.2 (#5568)
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-20.04:latest
|
container: ghcr.io/chatterino/chatterino2-build-ubuntu-20.04:latest
|
||||||
qt-version: 6.6.1
|
qt-version: 6.7.2
|
||||||
force-lto: false
|
force-lto: false
|
||||||
plugins: true
|
plugins: true
|
||||||
skip-artifact: false
|
skip-artifact: false
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
build-deb: true
|
build-deb: true
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-22.04:latest
|
container: ghcr.io/chatterino/chatterino2-build-ubuntu-22.04:latest
|
||||||
qt-version: 6.6.1
|
qt-version: 6.7.2
|
||||||
force-lto: false
|
force-lto: false
|
||||||
plugins: true
|
plugins: true
|
||||||
skip-artifact: false
|
skip-artifact: false
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
build-deb: true
|
build-deb: true
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
container: ghcr.io/chatterino/chatterino2-build-ubuntu-24.04:latest
|
container: ghcr.io/chatterino/chatterino2-build-ubuntu-24.04:latest
|
||||||
qt-version: 6.6.1
|
qt-version: 6.7.2
|
||||||
force-lto: false
|
force-lto: false
|
||||||
plugins: true
|
plugins: true
|
||||||
skip-artifact: false
|
skip-artifact: false
|
||||||
@@ -369,25 +369,25 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
name: Linux AppImage
|
name: Linux AppImage
|
||||||
with:
|
with:
|
||||||
name: Chatterino-x86_64-Qt-6.6.1.AppImage
|
name: Chatterino-x86_64-Qt-6.7.2.AppImage
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
name: Ubuntu 20.04 deb
|
name: Ubuntu 20.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-20.04-Qt-6.6.1.deb
|
name: Chatterino-ubuntu-20.04-Qt-6.7.2.deb
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
name: Ubuntu 22.04 deb
|
name: Ubuntu 22.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-22.04-Qt-6.6.1.deb
|
name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
name: Ubuntu 24.04 deb
|
name: Ubuntu 24.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-24.04-Qt-6.6.1.deb
|
name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- name: Copy flatpakref
|
- name: Copy flatpakref
|
||||||
|
|||||||
Reference in New Issue
Block a user