File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 24
24
uses : jurplel/install-qt-action@v3.2.1
25
25
with :
26
26
arch : win64_mingw
27
- version : 6.5.0
27
+ version : 6.5.1
28
28
host : windows
29
29
target : desktop
30
30
tools : ' tools_ifw tools_qtcreator,qt.tools.qtcreator'
@@ -36,11 +36,10 @@ jobs:
36
36
run : qmake -config release && make -j1
37
37
38
38
- name : Package Silaty
39
- continue-on-error : true
40
39
working-directory : ${{ env.SOURCE_DIR }}
41
40
run : |
42
41
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
44
43
45
44
- name : Release Silaty
46
45
uses : actions/upload-artifact@v2.2.4
61
60
- name : Install Qt
62
61
uses : jurplel/install-qt-action@v3.2.1
63
62
with :
64
- version : 6.5.0
63
+ version : 6.5.1
65
64
host : linux
66
65
target : desktop
67
66
dir : ' ${{github.workspace}}/qt/'
76
75
run : |
77
76
wget -O cqtd.deb https://github.com/QuasarApp/CQtDeployer/releases/download/v1.6.2285/CQtDeployer_1.6.2285.1507045_Linux_x86_64.deb
78
77
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
80
79
81
80
- name : Release Silaty
82
81
uses : actions/upload-artifact@v2.2.4
97
96
- name : Install Qt
98
97
uses : jurplel/install-qt-action@v3.2.1
99
98
with :
100
- version : 6.5.0
99
+ version : 6.5.1
101
100
host : mac
102
101
target : desktop
103
102
dir : ' ${{github.workspace}}/qt/'
@@ -113,7 +112,7 @@ jobs:
113
112
mkdir release
114
113
mv Silaty.app ./release
115
114
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
117
116
118
117
- name : Release Silaty
119
118
uses : actions/upload-artifact@v2.2.4
You can’t perform that action at this time.
0 commit comments