Skip to content

Commit

Permalink
Update path in GA too
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Aug 13, 2023
1 parent ece10fa commit 05f211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f211e

Please sign in to comment.