Skip to content

Commit

Permalink
Fix tools packages output path
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Dec 4, 2023
1 parent ada9cec commit d1f6afc
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 @@ -75,7 +75,7 @@ jobs:
Copy-Item "slicec-cs-x86_64-pc-windows-msvc\slicec-cs.exe" -Destination "$env:GITHUB_WORKSPACE\tools\slicec-cs\target\release"
- name: Pack IceRPC Tools
working-directory: tools
run: dotnet pack --configuration Release --output ../../
run: dotnet pack --configuration Release --output ../
env:
SLICEC_CS_STAGING_PATH: ${{ github.workspace }}\tools\slicec-cs\staging
- name: Pack IceRPC
Expand Down

0 comments on commit d1f6afc

Please sign in to comment.