diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-23 17:25:00 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-23 17:25:00 -0700 |
commit | fc85bda58f5fd3a875735e51f0c07d8fd8fef194 (patch) | |
tree | 9313bf130effb3fb3b72398c63438471c28a3d7e /.github | |
parent | 202ebfaf513b357c2b2233ca0028bebd2f1f4240 (diff) | |
download | sncontinue-fc85bda58f5fd3a875735e51f0c07d8fd8fef194.tar.gz sncontinue-fc85bda58f5fd3a875735e51f0c07d8fd8fef194.tar.bz2 sncontinue-fc85bda58f5fd3a875735e51f0c07d8fd8fef194.zip |
don't delete all of exe in s3, keep m1 binary
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 678eb8ae..f53cd7be 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -248,7 +248,7 @@ jobs: - name: Upload binaries to S3 uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read --follow-symlinks --delete + args: --acl public-read --follow-symlinks env: AWS_S3_BUCKET: continue-server-binaries AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} |