File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- name : Compile
40
40
run : |
41
41
mkdir build-cmake
42
- cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/vcpkg_installed/x64-windows -DSPELLCHECKER_HUNSPELL=OFF -DSPELLCHECKER_NUSPELL=ON
42
+ cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/vcpkg_installed/x64-windows -DSPELLCHECKER_HUNSPELL=OFF -DSPELLCHECKER_NUSPELL=ON -DPREVIEW=useqtwebengine
43
43
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
44
44
45
45
- name : Create Package
75
75
76
76
- uses : actions/upload-artifact@v4
77
77
with :
78
- name : Upload files
78
+ name : InyokaEdit-Windows_Artefacts
79
79
path : InyokaEdit-Windows_*.*
80
80
retention-days : 3
81
81
overwrite : true
You can’t perform that action at this time.
0 commit comments