mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
ci: pushing builds to r2
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
env:
|
||||
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
|
||||
run: |
|
||||
aws s3 cp s3://${{ vars.BUILDS_BUCKET_NAME }} ./docs --recursive --include "*.png" --endpoint-url $S3_ENDPOINT --expires "$(date -d "7 days" --utc +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
aws s3 cp ./docs s3://${{ vars.BUILDS_BUCKET_NAME }} --recursive --include "*.png" --endpoint-url $S3_ENDPOINT --expires "$(date -d "7 days" --utc +'%Y-%m-%dT%H:%M:%SZ')"
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
Reference in New Issue
Block a user