We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e099f0a commit 890fcafCopy full SHA for 890fcaf
1 file changed
.github/workflows/ci.yml
@@ -47,10 +47,10 @@ jobs:
47
brew install ninja || true
48
49
# Qt
50
- - name: Install Qt 6.10.1
+ - name: Install Qt 6.10.2
51
uses: jurplel/install-qt-action@v4
52
with:
53
- version: '6.10.1'
+ version: '6.10.2'
54
host: ${{ matrix.qt_host }}
55
target: desktop
56
arch: ${{ matrix.qt_arch }}
@@ -83,9 +83,6 @@ jobs:
83
path: |
84
build-Release/${{ github.event.repository.name }}-*.deb
85
build-Release/${{ github.event.repository.name }}-*.rpm
86
- build-Release/${{ github.event.repository.name }}-*.sh
87
- build-Release/${{ github.event.repository.name }}-*.run
88
- build-Release/${{ github.event.repository.name }}-*.zip
89
build-Release/${{ github.event.repository.name }}-*.tar.gz
90
build-Release/${{ github.event.repository.name }}-*.dmg
91
if-no-files-found: error
0 commit comments