File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
34
34
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/SavvyCAN.desktop -appimage -extra-plugins=iconengines,platformthemes/libqgtk3.so,canbus
35
35
36
- - uses : actions/upload-artifact@v3
36
+ - uses : actions/upload-artifact@v4
37
37
with :
38
38
name : SavvyCAN-Linux_x64.AppImage
39
39
path : SavvyCAN-*x86_64.AppImage
62
62
cp -R help/* SavvyCAN.app/Contents/MacOS/help
63
63
macdeployqt SavvyCAN.app -dmg
64
64
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
with :
67
67
name : SavvyCAN-macOS_x64.dmg
68
68
path : SavvyCAN.dmg
@@ -113,7 +113,7 @@ jobs:
113
113
mkdir package/canbus
114
114
copy "${Env:Qt5_Dir}/plugins/canbus/*.*" package/canbus/
115
115
116
- - uses : actions/upload-artifact@v3
116
+ - uses : actions/upload-artifact@v4
117
117
with :
118
118
name : SavvyCAN-Windows_x64
119
119
path : package
You can’t perform that action at this time.
0 commit comments