We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c755e5e commit dacff2eCopy full SHA for dacff2e
.github/workflows/veracode.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Create package for Veracode scan
74
shell: powershell
75
- run: Compress-Archive .\**\PublishOutput\*.* $env:ZipFilename
+ run: Compress-Archive .out\*.* $env:ZipFilename
76
77
- name: Download Veracode Static Analysis Pipeline scan jar
78
0 commit comments