only upload linux to s3

This commit is contained in:
zeppi 2021-12-03 00:30:30 -05:00 committed by jessopb
parent b778c70837
commit 7c11f91630

View file

@ -104,6 +104,8 @@ jobs:
name: Windows
path: ./dist/electron/*.*
- uses: jakejarvis/s3-sync-action@master
if: |
startsWith(runner.os, 'linux')
with:
args: --acl public-read --follow-symlinks --exclude '*' --include '*.deb' --include '*.AppImage' --include '*.dmg'
env: