From fd2e77498dc1c167badab040e78b4cd801b0216c Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Wed, 22 Nov 2023 08:35:21 -0800 Subject: [PATCH] fix: path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7cb43a..3082cce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,5 +68,5 @@ jobs: with: name: lib-${{ matrix.platform }} # Find exec based on platform - path: ${{ matrix.platform != 'windows-latest' && 'lib' || '' }}file_metadata${{ matrix.platform == 'windows-latest' && '.dll' || matrix.platform == 'macos-latest' && '.dylib' || '.so' }} + path: target/release/${{ matrix.platform != 'windows-latest' && 'lib' || '' }}file_metadata${{ matrix.platform == 'windows-latest' && '.dll' || matrix.platform == 'macos-latest' && '.dylib' || '.so' }} \ No newline at end of file