Skip to content

Commit dacff2e

Browse files
Fix output directory name when compressing.
1 parent c755e5e commit dacff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Create package for Veracode scan
7474
shell: powershell
75-
run: Compress-Archive .\**\PublishOutput\*.* $env:ZipFilename
75+
run: Compress-Archive .out\*.* $env:ZipFilename
7676

7777
- name: Download Veracode Static Analysis Pipeline scan jar
7878
shell: powershell

0 commit comments

Comments
 (0)