mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 15:20:40 +00:00
Disable S3
This commit is contained in:
parent
c2b4acf0d2
commit
fce73b1022
1 changed files with 12 additions and 12 deletions
24
.github/workflows/deploy.yml
vendored
24
.github/workflows/deploy.yml
vendored
|
@ -111,15 +111,15 @@ jobs:
|
|||
with:
|
||||
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:
|
||||
AWS_S3_BUCKET: ${{ secrets.ARTIFACTS_BUCKET }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.ARTIFACTS_KEY }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.ARTIFACTS_SECRET }}
|
||||
AWS_REGION: 'us-east-1'
|
||||
SOURCE_DIR: 'dist/electron'
|
||||
DEST_DIR: 'app/release'
|
||||
#- 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:
|
||||
# AWS_S3_BUCKET: ${{ secrets.ARTIFACTS_BUCKET }}
|
||||
# AWS_ACCESS_KEY_ID: ${{ secrets.ARTIFACTS_KEY }}
|
||||
# AWS_SECRET_ACCESS_KEY: ${{ secrets.ARTIFACTS_SECRET }}
|
||||
# AWS_REGION: 'us-east-1'
|
||||
# SOURCE_DIR: 'dist/electron'
|
||||
# DEST_DIR: 'app/release'
|
||||
|
|
Loading…
Add table
Reference in a new issue