From 07b0d2afa404818cb08e02071ef40ca55b1e82a8 Mon Sep 17 00:00:00 2001 From: Talo Halton Date: Wed, 17 Jan 2024 22:21:00 +0000 Subject: [PATCH] Test --- .github/workflows/build-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index c91f4ab..b896914 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -58,8 +58,8 @@ jobs: - name: Move libmpv-2.dll run: move src\nativeInterop\libmpv-2.dll src\nativeInterop\bin\libmpv-2.dll - - name: Build native binaries and bundle dependencies - run: .\gradlew.bat bundleDependencies + - name: Build native binaries + run: .\gradlew.bat nativeBinaries - name: Upload debug binary uses: actions/upload-artifact@v3