Skip to content

Commit

Permalink
Change to s3-backup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CuberHuber committed Nov 5, 2024
1 parent dc1e86c commit 3587002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
env:
ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
MIRROR_TARGET: ${{ secrets.S3_BACKET_NAME }}
MIRROR_TARGET: ${{ secrets.S3_BACKET_NAME }}${{ secrets.MIRROR_PATH }}${{ env.PLUGIN_NAME }}
STORAGE_SERVICE_URL: ${{ secrets.S3_SERVICE_URL }}
AWS_REGION: ${{ secrets.S3_REGION }}
MIRROR_SOURCE: ${{secrets.MIRROR_PATH}}${{env.PLUGIN_NAME}}
MIRROR_SOURCE: './'
with:
args: --overwrite --remove

0 comments on commit 3587002

Please sign in to comment.