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 01ad00c commit 141d4d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Upload to DigitalOcean Spaces
run: |
aws s3 cp dist/20-20-20-refresh\ Setup\ 1.0.0.exe s3://20-20-20/ --acl public-read
aws s3 cp dist/20-20-20-refresh Setup 1.0.0.exe s3://20-20-20/ --acl public-read
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DO_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DO_SECRET_ACCESS_KEY }}


0 comments on commit 141d4d7

Please sign in to comment.