Skip to content

Commit 0fe28db

Browse files
authored
Update build64.yml
1 parent 8e3e1e6 commit 0fe28db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
# Clone Qt6 repo
2020
cd ..
21-
git clone https://code.qt.io/qt/qt5.git -b 6.3
21+
git clone https://code.qt.io/qt/qt5.git -b 6.6
2222
cd qt5
2323
perl init-repository -f --module-subset=qt5compat,qt3d,qtbase,qtcharts,qtdeclarative,qtimageformats,qtlanguageserver,qtmqtt,qtmultimedia,qtnetworkauth,qtquick3d,qtquicktimeline,qtserialbus,qtserialport,qtshadertools,qtsvg,qtwebchannel,qtwebengine,qtwebsockets,qtwebview
2424
# Create shadow build folder
@@ -35,8 +35,8 @@ jobs:
3535
- name: Package binaries
3636
run: |
3737
# Create archive of the pre-built Qt binaries
38-
7z a qt6_630_static_64.zip ..\Qt6_binaries
38+
7z a qt6_660_static_64.zip ..\Qt6_binaries
3939
- uses: actions/upload-artifact@v1
4040
with:
41-
name: qt6_630_static_64.zip
42-
path: qt6_630_static_64.zip
41+
name: qt6_660_static_64.zip
42+
path: qt6_660_static_64.zip

0 commit comments

Comments
 (0)