From 0e23c864d52cc38214d43633d4e0ae047cf0939f Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 17 Sep 2024 12:06:50 +0200 Subject: [PATCH] Do not set output path when building release sources --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85dbbe9e1..0c740c224 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: working-directory: tools run: dotnet build --configuration Release - name: Build IceRPC - run: dotnet build --configuration Release --output . + run: dotnet build --configuration Release - name: Pack IceRPC Tools working-directory: tools run: dotnet pack --configuration Release --output ../