Skip to content

Commit

Permalink
Update build-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CKylinMC authored Jul 19, 2023
1 parent fe30f51 commit ddffbec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:
bucketname: ${{ secrets.AWS_S3_BUCKET }}
source: './cmand.exe'
dest: '/cmand/cmand.exe'
- uses: ckylinmc/minio-upload-action@v1.2
with:
endpoint: ${{ secrets.AWS_ENDPOINT }}
accesskey: ${{secrets.AWS_ACCESS_KEY_ID}}
secretkey: ${{secrets.AWS_SECRET_ACCESS_KEY}}
bucketname: ${{ secrets.AWS_S3_BUCKET }}
source: './cmand.exe'
dest: '/cmand/cmand-beta.exe'

0 comments on commit ddffbec

Please sign in to comment.