File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
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,18 +36,17 @@ 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
43
+ Compress-Archive -Path ./* -Destination ../Silaty.zip
44
44
45
45
- name : Release Silaty
46
- if : always()
47
46
uses : actions/upload-artifact@v2.2.4
48
47
with :
49
48
name : " windows"
50
- path : ./release/*
49
+ path : ./Silaty.zip
51
50
52
51
# linux ----------------------------------------------------------------
53
52
silatylinux :
You can’t perform that action at this time.
0 commit comments