From e5c0b3af6da2baf71fd4a3fda8128ff985d4e0a0 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 15 Sep 2025 10:19:45 -0500 Subject: [PATCH] Sync deb and rpm to S3 --- .github/workflows/build-linux.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index 14e989c59..e0b2d8086 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -60,8 +60,8 @@ jobs: snap: ${{ steps.build.outputs.snap }} release: edge - - name: Sync artifacts to S3 bucket + - name: Sync Artifacts to S3 run: | - aws s3 sync app/dist/ "s3://mailspring-builds/client/$(git rev-parse --short HEAD)/osx" \ + aws s3 sync app/dist/ "s3://mailspring-builds/client/$(git rev-parse --short HEAD)/linux" \ --acl public-read \ - --exclude "*" --include *.zip + --exclude "*" --include *.deb --include *.rpm