Skip to content

Commit

Permalink
Set SLICEC_CS_STAGING_PATH for build-packages job
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 17, 2024
1 parent 6b8d87c commit 426e4bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
SIGN_CERTIFICATE: ${{ github.workspace }}\certificate.pfx
SIGN_PASSWORD: ${{ secrets.SIGN_PASSWORD }}
SignTool: C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64\signtool.exe
SLICEC_CS_STAGING_PATH: ${{ github.workspace }}\tools\slicec-cs\staging
steps:
- uses: actions/setup-dotnet@v4
with:
Expand Down Expand Up @@ -85,15 +86,11 @@ jobs:
- name: Build IceRPC Tools
working-directory: tools
run: dotnet build --configuration Release
env:
SLICEC_CS_STAGING_PATH: ${{ github.workspace }}\tools\slicec-cs\staging
- name: Build IceRPC
run: dotnet build --configuration Release --output .
- name: Pack IceRPC Tools
working-directory: tools
run: dotnet pack --configuration Release --output ../
env:
SLICEC_CS_STAGING_PATH: ${{ github.workspace }}\tools\slicec-cs\staging
- name: Pack IceRPC
run: dotnet pack --configuration Release --output .
- name: Pack IceRPC Templates
Expand Down

0 comments on commit 426e4bf

Please sign in to comment.