diff --git a/.github/workflows/deploy_app_dev.yaml b/.github/workflows/deploy_app_dev.yaml index 50988761f..7adf66865 100644 --- a/.github/workflows/deploy_app_dev.yaml +++ b/.github/workflows/deploy_app_dev.yaml @@ -40,9 +40,9 @@ jobs: mkdir public mkdir public/game cp -a build/web/index.html public/game/index.html - cp -a build/web/ public/ + cp -a build/web/* public/ cp -a landing/dist/index.html public/index.html - cp -a landing/dist/assets/ public/assets/ + cp -a landing/dist/assets/* public/assets/ - name: Deploy landing page and game to Firebase Hosting uses: FirebaseExtended/action-hosting-deploy@v0