Skip to content

Commit 7b30948

Browse files
Publish install scripts to approiate folder
1 parent 1a265af commit 7b30948

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-install-script.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)