Skip to content

Commit

Permalink
Do not set output path when building release sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 17, 2024
1 parent 426e4bf commit 0e23c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../
Expand Down

0 comments on commit 0e23c86

Please sign in to comment.