From f54ae52b2a1532396fa5f2c127f49fad915b8e24 Mon Sep 17 00:00:00 2001 From: pww217 Date: Tue, 21 Jun 2022 10:10:10 -0500 Subject: [PATCH] test publishing --- .github/workflows/publish-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5024f015..5a83470c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -47,7 +47,7 @@ jobs: run: make setup - name: Build and Test - run: make test + run: make build # set back to make test # Upload to S3 - name: Configure AWS credentials @@ -56,7 +56,7 @@ jobs: aws-region: ${{secrets.AWS_REGION}} role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }} -# - name: Sync to S3 -# run: | # Overwrite "latest" alpha + versioned subdirectory -# aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }} + - name: Sync to S3 + run: | # Overwrite "latest" alpha + versioned subdirectory + aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }} # aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/