From 5000f345b6df78f2bd6f774374dd65cb51727d4c Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 22 Nov 2022 15:10:17 +0800 Subject: [PATCH] test comment --- .github/workflows/ci.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37dab71..bfd6b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,4 +90,22 @@ jobs: ${{ matrix.platform }}-build-target - name: test build tauri - run: pnpm --filter gui tauri build \ No newline at end of file + run: pnpm --filter gui tauri build + + - uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: us-east-1 + + - uses: mshick/add-pr-comment@v2 + with: + message-id: ${{ matrix.platform }}-comment + message: | + **comment for: ${{ matrix.platform }}** + 🌏 + ! + # - name: cp package images from prod to preview bucket + # run: | + # aws s3 cp s3://www.tea.xyz/Images/packages \ + # s3://preview.gui.tea.xyz/Images/packages \ No newline at end of file