Skip to content

Commit 6afe1f3

Browse files
committed
GH Workflow update
1 parent e8b8fbb commit 6afe1f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
Copy-Item -Path "./src/MagicTooltips.psd1" -Destination $distFolder
3838
Copy-Item -Path "./src/MagicTooltips.psm1" -Destination $distFolder
3939
40-
dotnet build -c Release -p:Version=$VERSION -o "$($distFolder)lib/" ./src/$env:PROJECT_NAME.csproj
40+
dotnet build -c Release -p:Version=$VERSION -o "$($distFolder)lib/" ./src/$env:PROJECT_NAME/$env:PROJECT_NAME.csproj
4141
4242
$manifestPath = Resolve-Path -Path "$($distFolder)$env:PROJECT_NAME.psd1"
4343
Write-Host "Manifest Path: $manifestPath"

src/MagicTooltips.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0DB5D91-5CC8-4701-AD0A-B5838E1B91A5}"
1111
ProjectSection(SolutionItems) = preProject
1212
..\.gitignore = ..\.gitignore
13+
Directory.Build.props = Directory.Build.props
1314
..\README.md = ..\README.md
1415
EndProjectSection
1516
EndProject

0 commit comments

Comments
 (0)