Skip to content

Commit d8a6573

Browse files
committed
🚀 fix publish path
1 parent a1573ea commit d8a6573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/PSGallery/PSWordCloud.psdeploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Deploy Module {
22
By PSGalleryModule {
3-
FromSource "$PSScriptRoot/../PSWordCloud"
3+
FromSource "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/PSWordCloud"
44
To PSGallery
55
WithOptions @{
66
ApiKey = $env:NugetApiKey

0 commit comments

Comments
 (0)