Fix snapshot paths
This commit is contained in:
parent
257eb13e29
commit
8b8e3913a8
4
.github/workflows/ci-snapshot.yml
vendored
4
.github/workflows/ci-snapshot.yml
vendored
|
@ -47,5 +47,5 @@ jobs:
|
|||
AWS_ACCESS_KEY_ID: ${{ secrets.AWSAccessKeyID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSecretKey }}
|
||||
run: |
|
||||
ls -l ${{ runner.temp }}/site-dest/ci-snapshots/
|
||||
raco s3-sync --acl public-read --web --redirect-links ${{ runner.temp }}/site-dest/ci-snapshots/ s3://ci-snapshot.racket-lang.org/
|
||||
ls -l ${{ runner.temp }}/site-dest/
|
||||
raco s3-sync --acl public-read --web --redirect-links ${{ runner.temp }}/site-dest/ s3://ci-snapshot.racket-lang.org/
|
||||
|
|
Loading…
Reference in New Issue
Block a user