Skip to content

Commit 1cccb42

Browse files
authored
Update main_cd.yml (#151)
1 parent 980325c commit 1cccb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
$version="${{github.ref_name}}".TrimStart("v")
2323
"version-without-v=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
2424
- name: Pack
25-
run: dotnet pack Maui.FreakyControls\Maui.FreakyControls.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
25+
run: dotnet pack MAUI.FreakyControls/MAUI.FreakyControls/Maui.FreakyControls.csproj -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
2626
- name: Push
2727
run: dotnet nuget push Maui.FreakyControls\Maui.FreakyControls\bin\Release\Maui.FreakyControls.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
2828
env:

0 commit comments

Comments
 (0)