Skip to content

Commit

Permalink
Log the S3 client we're using
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Herger <michael@herger.net>
  • Loading branch information
michaelherger committed Jan 23, 2025
1 parent 826899f commit f57a175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ runs:
S3_CMD="s5cmd --endpoint-url $ENDPOINT_URL"
fi
echo $S3_CMD
for f in publish/?yrion?usic?erver*;
do
S3_CMD cp $f s3://downloads/$TARGET_FOLDER/
$S3_CMD cp $f s3://downloads/$TARGET_FOLDER/
done
- name: Archive artifacts
Expand Down

0 comments on commit f57a175

Please sign in to comment.