Skip to content

Commit 4fdb098

Browse files
Merge pull request #25 from ShawnLaMountain/SoureGenerator
Updated path in CD.yml
2 parents 336cefc + e6be201 commit 4fdb098

File tree

2 files changed

+1
-1
lines changed

2 files 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 = "src/${{ env.FILE_NAME }}/ThunderDesign.Net-PCL.nuspec.in"
62+
$nuspecPath = "src/${{ env.FILE_NAME }}.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)