Skip to content

Commit

Permalink
Update build64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Dec 16, 2023
1 parent 8e3e1e6 commit 0fe28db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
# Clone Qt6 repo
cd ..
git clone https://code.qt.io/qt/qt5.git -b 6.3
git clone https://code.qt.io/qt/qt5.git -b 6.6
cd qt5
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
# Create shadow build folder
Expand All @@ -35,8 +35,8 @@ jobs:
- name: Package binaries
run: |
# Create archive of the pre-built Qt binaries
7z a qt6_630_static_64.zip ..\Qt6_binaries
7z a qt6_660_static_64.zip ..\Qt6_binaries
- uses: actions/upload-artifact@v1
with:
name: qt6_630_static_64.zip
path: qt6_630_static_64.zip
name: qt6_660_static_64.zip
path: qt6_660_static_64.zip

0 comments on commit 0fe28db

Please sign in to comment.