From 032d1aaad7c3e85e27701525907b92342092b0f6 Mon Sep 17 00:00:00 2001 From: pww217 Date: Thu, 7 Jul 2022 14:45:33 -0500 Subject: [PATCH] change path to /build --- .github/workflows/build-unstable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-unstable.yml b/.github/workflows/build-unstable.yml index 6dccd68d..890012c7 100644 --- a/.github/workflows/build-unstable.yml +++ b/.github/workflows/build-unstable.yml @@ -71,4 +71,4 @@ jobs: - name: Sync to S3 if: github.ref == 'refs/heads/main' - run: aws s3 sync --quiet ./examples/build/ s3://pyscript.net/unstable/ + run: aws s3 sync --quiet ./build/ s3://pyscript.net/unstable/