mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-12 20:36:29 +01:00
Sync deb and rpm to S3
This commit is contained in:
6
.github/workflows/build-linux.yaml
vendored
6
.github/workflows/build-linux.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user