Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifjetha-okta committed Jan 8, 2025
1 parent e0d795e commit dc7e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "Found ZIP files:"
echo "$ZIPS"
ZIPS_JSON=$(echo "$ZIPS" | jq -R . | jq -s .)
ZIPS_JSON=$(echo "$ZIPS" | jq -R . | jq -s -c .)
echo "zips=$ZIPS_JSON" >> $GITHUB_OUTPUT
- name: Upload ZIP artifacts
Expand Down

0 comments on commit dc7e287

Please sign in to comment.