mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
ci: fix s3 upload
This commit is contained in:
parent
13c63cdfaf
commit
c72884f30c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -60,7 +60,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
aws_key_id: ${{ secrets.CF_KEY_ID }}
|
aws_key_id: ${{ secrets.CF_KEY_ID }}
|
||||||
aws_secret_access_key: ${{ secrets.CF_KEY }}
|
aws_secret_access_key: ${{ secrets.CF_KEY }}
|
||||||
aws_bucket: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/hydownload"
|
aws_bucket: "hydownload"
|
||||||
|
endpoint: "https://bea223c61d5a41250d127bd67f51dfec.r2.cloudflarestorage.com/hydownload"
|
||||||
source_dir: "build"
|
source_dir: "build"
|
||||||
destination_dir: "app/{{ steps.get_version.outputs.version }}"
|
destination_dir: "app/{{ steps.get_version.outputs.version }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue