14
14
runs-on : windows-latest
15
15
steps :
16
16
- name : Check Git repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v3
18
18
with :
19
19
submodules : recursive
20
20
43
43
../qt/Qt/1.6/CQtDeployer.exe -bin Silaty.exe -qmake ../qt/Qt/6.5.3/mingw_64/bin/qmake.exe qif -extraPlugin ../qt/Qt/6.5.3/mingw_64/plugins/multimedia -extraData ../winBin/* -icon ../images/Icons/silaty.ico -deployVersion 1.6
44
44
45
45
- name : Release Silaty
46
- uses : actions/upload-artifact@v2.2.4
46
+ uses : actions/upload-artifact@v3
47
47
with :
48
48
name : " windows"
49
49
path : ./release/DistributionKit/InstallerSilaty.exe
54
54
runs-on : ubuntu-22.04
55
55
steps :
56
56
- name : Check Git repository
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v3
58
58
with :
59
59
submodules : recursive
60
60
79
79
cqtdeployer -bin Silaty qif -extraPlugin ./qt/Qt/6.5.3/gcc_64/plugins/multimedia -icon ./images/Icons/silaty.png -deployVersion 1.6
80
80
81
81
- name : Release Silaty
82
- uses : actions/upload-artifact@v2.2.4
82
+ uses : actions/upload-artifact@v3
83
83
with :
84
84
name : " linux"
85
85
path : ./DistributionKit/InstallerSilaty.run
90
90
runs-on : ubuntu-20.04
91
91
steps :
92
92
- name : Check Git repository
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v3
94
94
with :
95
95
submodules : recursive
96
96
@@ -129,7 +129,7 @@ jobs:
129
129
rm linuxdeploy-plugin-qt-x86_64.AppImage
130
130
131
131
- name : Release Silaty
132
- uses : actions/upload-artifact@v2.2.4
132
+ uses : actions/upload-artifact@v3
133
133
with :
134
134
name : " linux (appimage)"
135
135
path : Silaty-x86_64.AppImage
@@ -140,7 +140,7 @@ jobs:
140
140
runs-on : macos-latest
141
141
steps :
142
142
- name : Check Git repository
143
- uses : actions/checkout@v4
143
+ uses : actions/checkout@v3
144
144
with :
145
145
submodules : recursive
146
146
@@ -166,7 +166,7 @@ jobs:
166
166
../qt/Qt/6.8/macos/bin/macdeployqt ./Silaty.app -dmg -verbose=1
167
167
168
168
- name : Release Silaty
169
- uses : actions/upload-artifact@v2.2.4
169
+ uses : actions/upload-artifact@v3
170
170
with :
171
171
name : " macos"
172
172
path : ./release/Silaty.dmg
0 commit comments