From 05f211e1a954e2ec644f6c3695a6a8bedc8ca3f3 Mon Sep 17 00:00:00 2001 From: Giorgi Date: Sun, 13 Aug 2023 22:31:01 +0400 Subject: [PATCH] Update path in GA too --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db425c37..30280575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,9 +37,9 @@ jobs: - name: Pack if: matrix.os == 'ubuntu-20.04' && github.event_name != 'pull_request' run: | - dotnet pack DuckDB.NET/Bindings.csproj --configuration Release + dotnet pack DuckDB.NET.Bindings/Bindings.csproj --configuration Release dotnet pack DuckDB.NET.Data/Data.csproj --configuration Release - dotnet pack DuckDB.NET/Bindings.csproj --configuration Release /p:BuildType=Full + dotnet pack DuckDB.NET.Bindings/Bindings.csproj --configuration Release /p:BuildType=Full dotnet pack DuckDB.NET.Data/Data.csproj --configuration Release /p:BuildType=Full - name: Upload Artifacts