Skip to content

Commit

Permalink
Add nssm.pdb to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed May 4, 2024
1 parent 10e64e6 commit ff06e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
chcp 65001
$dir = (Get-Location).Path
$compress = @{
Path = "${dir}\out\${{env.BUILD_CONFIGURATION}}\${{matrix.arch}}\nssm.exe", "${dir}\ChangeLog.txt", "${dir}\README.md", "${dir}\README.txt", "${dir}\LICENSE"
Path = "${dir}\out\${{env.BUILD_CONFIGURATION}}\${{matrix.arch}}\nssm.exe", "${dir}\out\${{env.BUILD_CONFIGURATION}}\${{matrix.arch}}\nssm.pdb", "${dir}\ChangeLog.txt", "${dir}\README.md", "${dir}\README.txt", "${dir}\LICENSE"
CompressionLevel = "Fastest"
DestinationPath = "${dir}\nssm-${{env.NSSM_VERSION}}-${{matrix.arch}}.zip"
}
Expand Down

0 comments on commit ff06e2f

Please sign in to comment.