Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Elimah committed Sep 17, 2023
1 parent a10ee87 commit 77ab289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
access-key-id: ${{ secrets.CLOUDFLARE_ACCESS_KEY_ID }}
bucket: ${{ secrets.CLOUDFLARE_BUCKET }}
secret-key: ${{ secrets.CLOUDFLARE_SECRET_ACCESS_KEY }}
endpoint: "https://${{ secrets.CLOUDFLARE_ACCOUNT_ID }}.r2.cloudflarestorage.com"
endpoint: "https://${{ secrets.CLOUDFLARE_ACCOUNT_ID }}.r2.cloudflarestorage.com/${{ secrets.CLOUDFLARE_BUCKET }}"
prefix: /plugins
path-format: $(prefix)/$(file)
region: us-east-1
Expand Down

0 comments on commit 77ab289

Please sign in to comment.