Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylo-matov committed Oct 22, 2024
1 parent 7b5316f commit 78d3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deployment:
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path TuneUp/bin/Release/net8.0-windows/TuneUp.dll -DestinationPath TuneUp.zip"
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path (Join-Path TuneUp/bin/Release/net8.0-windows 'TuneUp.dll', 'en-US') -DestinationPath TuneUp.zip"
-
type: artifacts
publish_to_jenkins: true
Expand Down

0 comments on commit 78d3d78

Please sign in to comment.