diff --git a/.github/workflows/build-and-deploy-website.yml b/.github/workflows/build-and-deploy-website.yml index b3b0825593..a29b3656d7 100644 --- a/.github/workflows/build-and-deploy-website.yml +++ b/.github/workflows/build-and-deploy-website.yml @@ -63,7 +63,7 @@ jobs: name: Bundle - name: Replace bundle with new build run: | - mv Bundle/bundle.zip bundle.zip + mv Bundle/Bundle.zip bundle.zip rm -rf Bundle 1>/dev/null 2>&1 - name: Test new bundle run: zip -T bundle.zip