Skip to content

Commit

Permalink
remove -j from logs zip
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Feb 1, 2024
1 parent 9dd39ba commit c1a70e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
cp ../resources/* zowe_cli_licenses/
cp ../resources/* zowe_zos_licenses/
zip -rj logs.zip build/logs/*
zip -r logs.zip build/logs/*
# Aggregate
[[-ecp build/notice_reports/${{ env.NOTICES_AGGREGATE_FILE }} zowe_licenses/zowe_full_notices.txt
Expand Down

0 comments on commit c1a70e5

Please sign in to comment.