Skip to content

Commit

Permalink
print out found objects
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Oct 22, 2024
1 parent 2059ee5 commit 195de07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
totalFoundObjects=$(aws s3 ls "${{env.OUTFILE}}")
ec=$?
if [ $ec -eq "0" ]; then
echo "Following matching objects found:"
echo $totalFoundObjects
exit 1
elif [ $ec -eq "255"]; then
Expand Down

0 comments on commit 195de07

Please sign in to comment.