Skip to content

Commit 08d358b

Browse files
2 parents 903dcac + 558494d commit 08d358b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: jurplel/install-qt-action@v3.2.1
2525
with:
2626
arch: win64_mingw
27-
version: 6.5.0
27+
version: 6.5.1
2828
host: windows
2929
target: desktop
3030
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
@@ -36,11 +36,10 @@ jobs:
3636
run: qmake -config release && make -j1
3737

3838
- name: Package Silaty
39-
continue-on-error: true
4039
working-directory: ${{ env.SOURCE_DIR }}
4140
run: |
4241
cd release
43-
../qt/Qt/6.5.0/mingw_64/bin/windeployqt.exe Silaty.exe
42+
../qt/Qt/6.5.1/mingw_64/bin/windeployqt.exe Silaty.exe
4443
4544
- name: Release Silaty
4645
uses: actions/upload-artifact@v2.2.4
@@ -61,7 +60,7 @@ jobs:
6160
- name: Install Qt
6261
uses: jurplel/install-qt-action@v3.2.1
6362
with:
64-
version: 6.5.0
63+
version: 6.5.1
6564
host: linux
6665
target: desktop
6766
dir: '${{github.workspace}}/qt/'
@@ -76,7 +75,7 @@ jobs:
7675
run: |
7776
wget -O cqtd.deb https://github.com/QuasarApp/CQtDeployer/releases/download/v1.6.2285/CQtDeployer_1.6.2285.1507045_Linux_x86_64.deb
7877
sudo apt install ./cqtd.deb
79-
cqtdeployer -bin Silaty qif -extraPlugin ./qt/Qt/6.5.0/gcc_64/plugins/multimedia -icon ./images/Icons/silaty.png -deployVersion 1.6
78+
cqtdeployer -bin Silaty qif -extraPlugin ./qt/Qt/6.5.1/gcc_64/plugins/multimedia -icon ./images/Icons/silaty.png -deployVersion 1.6
8079
8180
- name: Release Silaty
8281
uses: actions/upload-artifact@v2.2.4
@@ -97,7 +96,7 @@ jobs:
9796
- name: Install Qt
9897
uses: jurplel/install-qt-action@v3.2.1
9998
with:
100-
version: 6.5.0
99+
version: 6.5.1
101100
host: mac
102101
target: desktop
103102
dir: '${{github.workspace}}/qt/'
@@ -113,7 +112,7 @@ jobs:
113112
mkdir release
114113
mv Silaty.app ./release
115114
cd release
116-
../qt/Qt/6.5.0/macos/bin/macdeployqt ./Silaty.app -dmg -verbose=1
115+
../qt/Qt/6.5.1/macos/bin/macdeployqt ./Silaty.app -dmg -verbose=1
117116
118117
- name: Release Silaty
119118
uses: actions/upload-artifact@v2.2.4

0 commit comments

Comments
 (0)