Skip to content

Commit

Permalink
Update filenames for Ubuntu to Qt 6.7.2 (#5568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wissididom authored Aug 28, 2024
1 parent 6e104bd commit acdb84c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit acdb84c

Please sign in to comment.