Skip to content

Commit c6fa7c1

Browse files
committed
Change drop variable to not use a subdirectory.
1 parent 1f751c0 commit c6fa7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PlatyPS-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extends:
150150
condition: ${{ parameters.publishToPowerShellGallery }}
151151
variables:
152152
version: $[ stageDependencies.build.main.outputs['package.version'] ]
153-
drop: $(Pipeline.Workspace)/drop_build_main
153+
drop: $(Pipeline.Workspace)
154154
ob_release_environment: Production
155155
jobs:
156156
- job: ReleaseJob

0 commit comments

Comments
 (0)