Skip to content

Commit 1cb2974

Browse files
committed
CI
1 parent 3a15d93 commit 1cb2974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Compile
4040
run: |
4141
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
4343
cmake --build ${{github.workspace}}/build-cmake --config ${{env.BUILD_TYPE}}
4444
4545
- name: Create Package
@@ -75,7 +75,7 @@ jobs:
7575
7676
- uses: actions/upload-artifact@v4
7777
with:
78-
name: Upload files
78+
name: InyokaEdit-Windows_Artefacts
7979
path: InyokaEdit-Windows_*.*
8080
retention-days: 3
8181
overwrite: true

0 commit comments

Comments
 (0)