Skip to content

Commit 336cefc

Browse files
Merge pull request #24 from ShawnLaMountain/SoureGenerator
Updating path in CD.yml for Prepare .nuspec
2 parents 1731a2e + 02f0c88 commit 336cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

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

6060
- name: Prepare .nuspec
6161
run: |
62-
$nuspecPath = "$(Get-Location)\src\${{ env.FILE_NAME }}\ThunderDesign.Net-PCL.nuspec.in"
62+
$nuspecPath = "src/${{ env.FILE_NAME }}/ThunderDesign.Net-PCL.nuspec.in"
6363
$nuspec = Get-Content $nuspecPath
6464
$nuspec = $nuspec -replace '\$\{\{ env.FILE_NAME \}\}', '${{ env.FILE_NAME }}'
6565
$nuspec = $nuspec -replace '\$\{\{ env.TITLE \}\}', '${{ env.TITLE }}'

0 commit comments

Comments
 (0)