From a01070f036ba20c147f5cc062b150af749f9ab90 Mon Sep 17 00:00:00 2001 From: Nikita Shtengauer Date: Sun, 3 Dec 2023 22:56:21 +0300 Subject: [PATCH] Update compilation.yml --- .github/workflows/compilation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 1d4f45d..100bddf 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -27,7 +27,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: Linux - path: ./native/build/lib + path: ./modules/native/build/lib compile-windows: runs-on: windows-latest @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: Windows - path: ./native/lib + path: ./modules/native/lib compile-macos: runs-on: macos-latest @@ -58,4 +58,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: MacOS - path: ./native/build/lib \ No newline at end of file + path: ./modules/native/build/lib