File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 R2_ENDPOINT : ${{ secrets.R2_ENDPOINT }}
2424 R2_BUCKET : ${{ secrets.R2_BUCKET }}
2525 run : |
26- aws s3 cp install/install.sh s3://${R2_BUCKET}/install.sh \
26+ aws s3 cp install/install.sh s3://${R2_BUCKET}/install/install .sh \
2727 --endpoint-url "${R2_ENDPOINT}" \
2828 --content-type "text/plain"
2929 echo "✓ install.sh uploaded to R2"
3030
31- aws s3 cp install/walkthrough.sh s3://${R2_BUCKET}/walkthrough.sh \
31+ aws s3 cp install/walkthrough.sh s3://${R2_BUCKET}/install/ walkthrough.sh \
3232 --endpoint-url "${R2_ENDPOINT}" \
3333 --content-type "text/plain"
3434 echo "✓ walkthrough.sh uploaded to R2"
3535
36- aws s3 cp install/examples.sh s3://${R2_BUCKET}/examples.sh \
36+ aws s3 cp install/examples.sh s3://${R2_BUCKET}/install/ examples.sh \
3737 --endpoint-url "${R2_ENDPOINT}" \
3838 --content-type "text/plain"
3939 echo "✓ examples.sh uploaded to R2"
You can’t perform that action at this time.
0 commit comments