only upload linux to s3
This commit is contained in:
parent
b778c70837
commit
7c11f91630
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -104,6 +104,8 @@ jobs:
|
||||||
name: Windows
|
name: Windows
|
||||||
path: ./dist/electron/*.*
|
path: ./dist/electron/*.*
|
||||||
- uses: jakejarvis/s3-sync-action@master
|
- uses: jakejarvis/s3-sync-action@master
|
||||||
|
if: |
|
||||||
|
startsWith(runner.os, 'linux')
|
||||||
with:
|
with:
|
||||||
args: --acl public-read --follow-symlinks --exclude '*' --include '*.deb' --include '*.AppImage' --include '*.dmg'
|
args: --acl public-read --follow-symlinks --exclude '*' --include '*.deb' --include '*.AppImage' --include '*.dmg'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue