Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Justus-D committed Jan 26, 2024
1 parent addad54 commit e276583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
CF_ACCOUNT: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
RELEASE: ${{ github.ref_name }}
run: |
aws s3 cp ./target/*.jar s3://$AWS_S3_BUCKET_NAME/FileToPNG/releases/tag/${RELEASE}/ \
aws s3 cp ./target/*.jar s3://${AWS_S3_BUCKET_NAME}/FileToPNG/releases/tag/${RELEASE}/ \
--recursive \
--quiet \
--endpoint-url https://${CF_ACCOUNT}.eu.r2.cloudflarestorage.com
Expand Down

0 comments on commit e276583

Please sign in to comment.