Skip to content

Commit 1731a2e

Browse files
Merge pull request #23 from ShawnLaMountain/SoureGenerator
Updated CD Prepare .nuspec
2 parents 6c43af9 + bebc9e0 commit 1731a2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959

6060
- name: Prepare .nuspec
6161
run: |
62-
$nuspec = Get-Content ThunderDesign.Net-PCL.nuspec.in
62+
$nuspecPath = "$(Get-Location)\src\${{ env.FILE_NAME }}\ThunderDesign.Net-PCL.nuspec.in"
63+
$nuspec = Get-Content $nuspecPath
6364
$nuspec = $nuspec -replace '\$\{\{ env.FILE_NAME \}\}', '${{ env.FILE_NAME }}'
6465
$nuspec = $nuspec -replace '\$\{\{ env.TITLE \}\}', '${{ env.TITLE }}'
6566
$nuspec = $nuspec -replace '\$\{\{ env.DESCRIPTION \}\}', '${{ env.DESCRIPTION }}'

0 commit comments

Comments
 (0)