From 53910f8daa0bfa5ccb70a5c5c2d1a1851e08e387 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 26 May 2024 18:43:58 +0800 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f59464a..df79770 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,6 +36,8 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Build resources run: cd windows/resources && msbuild /p:Configuration=Release && Copy-Item "x64/Release/resources.dll" -Destination "../../build/windows/x64/runner/Release/resources.dll" + - name: Download required dynamic library + run: Invoke-WebRequest -OutFile build/windows/x64/runner/Release/sqlite3.dll "https://github.com/tekartik/sqflite/raw/master/sqflite_common_ffi/lib/src/windows/sqlite3.dll" - name: Package files run: cd build/windows/x64/runner/Release && 7z a -mx9 -y ../../../../../windows.7z - name: Upload files