We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1731a2e + 02f0c88 commit 336cefcCopy full SHA for 336cefc
.github/workflows/CD.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Prepare .nuspec
61
run: |
62
- $nuspecPath = "$(Get-Location)\src\${{ env.FILE_NAME }}\ThunderDesign.Net-PCL.nuspec.in"
+ $nuspecPath = "src/${{ env.FILE_NAME }}/ThunderDesign.Net-PCL.nuspec.in"
63
$nuspec = Get-Content $nuspecPath
64
$nuspec = $nuspec -replace '\$\{\{ env.FILE_NAME \}\}', '${{ env.FILE_NAME }}'
65
$nuspec = $nuspec -replace '\$\{\{ env.TITLE \}\}', '${{ env.TITLE }}'
0 commit comments