Skip to content

Commit

Permalink
Fixed publish of the signed package (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryprimrose authored Dec 23, 2024
1 parent 019196e commit 5e3a8ea
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 @@ -240,8 +240,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.projectName }}.v3.Signed.${{ env.NuGetVersionV2 }}.nupkg
asset_name: ${{ env.projectName }}.v3.Signed.${{ env.NuGetVersionV2 }}.nupkg
asset_path: ${{ env.projectName }}.Signed.v3.${{ env.NuGetVersionV2 }}.nupkg
asset_name: ${{ env.projectName }}.Signed.v3.${{ env.NuGetVersionV2 }}.nupkg
asset_content_type: application/zip

- name: Upload release asset for signed symbol package
Expand Down

0 comments on commit 5e3a8ea

Please sign in to comment.