File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
working-directory : ${{ env.build_dir }}
37
37
run : cmake --build . --target package --verbose
38
38
- name : Upload AppImage
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : Linux executable
42
42
path : ${{ env.build_dir }}/tev.appimage
51
51
- name : Build
52
52
run : scripts/create-dmg.sh
53
53
- name : Upload .dmg
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : macOS installer
57
57
path : tev.dmg
@@ -75,12 +75,12 @@ jobs:
75
75
working-directory : ${{ env.build_dir }}
76
76
run : cpack
77
77
- name : Upload executable
78
- uses : actions/upload-artifact@v3
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : Windows executable
81
81
path : ${{ env.build_dir }}/${{ env.config }}/tev.exe
82
82
- name : Upload installer
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
name : Windows installer
86
86
path : ${{ env.build_dir }}/tev-installer.msi
You can’t perform that action at this time.
0 commit comments