diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7a06e78d..7ac7f60ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: