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