Skip to content

Commit e6be201

Browse files
Updated path in CD.yml
1 parent 02f0c88 commit e6be201

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 }}'
File renamed without changes.

0 commit comments

Comments
 (0)