From fce73b10221c793ae345f79ada294a2b0946482d Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sun, 14 Sep 2025 01:27:21 +0200 Subject: [PATCH] Disable S3 --- .github/workflows/deploy.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10c9f54dd..32244636a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'