Skip to content

Commit

Permalink
feat: update AWS S3 bucket and destination directory in GitHub releas… (
Browse files Browse the repository at this point in the history
#1211)

feat: update AWS S3 bucket and destination directory in GitHub release workflow
  • Loading branch information
Gezi-lzq authored May 6, 2024
1 parent 9806741 commit c1b8c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
with:
args: --follow-symlinks --delete
env:
AWS_S3_BUCKET: automq-download-center
AWS_S3_BUCKET: ${{ secrets.AWS_CN_PROD_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_CN_PROD_AK }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_CN_PROD_SK }}
AWS_REGION: 'cn-northwest-1'
SOURCE_DIR: 'core/build/distributions/latest'
DEST_DIR: 'automq-for-kafka/tgz/latest'
DEST_DIR: 'community_edition/artifacts'

- name: GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c1b8c28

Please sign in to comment.