Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 18, 2024
1 parent d0c5ac3 commit 01ad00c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ jobs:
with:
name: windows-executable
path: dist/20-20-20-refresh Setup 1.0.0.exe

- name: Upload to DigitalOcean Spaces
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --delete
run: |
aws s3 cp dist/20-20-20-refresh\ Setup\ 1.0.0.exe s3://20-20-20/ --acl public-read
env:
AWS_S3_BUCKET: 20-20-20
AWS_ACCESS_KEY_ID: ${{ secrets.DO_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DO_SECRET_ACCESS_KEY }}
AWS_REGION: BLR1
SOURCE_DIR: dist/20-20-20-refresh\ Setup\ 1.0.0.exe


0 comments on commit 01ad00c

Please sign in to comment.