Skip to content

Commit

Permalink
Update update_sign_yum.yaml
Browse files Browse the repository at this point in the history
fix destination
  • Loading branch information
dalbarado authored Nov 8, 2024
1 parent 071d162 commit 29500a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_sign_yum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
AWS_REGION: "eu-west-2"
AWS_SOURCE_BUCKET: "esl-erlang"
AWS_DESTINATION_BUCKET: "esl-packages"
AWS_BINARIES_BUCKET: "binaries2.erlang-solutions.com"
ARCHITECTURE: "x86_64,noarch"

jobs:
Expand Down Expand Up @@ -235,3 +236,8 @@ jobs:
aws s3 sync "$distro/mongooseim-$mongooseim" "s3://$AWS_DESTINATION_BUCKET/rockylinux/mongooseim-$mongooseim" --acl public-read
done
done
# Sync Normalized and Signed Packages to Binaries2
- name: Sync Packages to Binaries2
run: |
aws s3 sync s3://$AWS_DESTINATION_BUCKET s3://AWS_BINARIES_BUCKET

0 comments on commit 29500a5

Please sign in to comment.