From 9d5a0a4cc23eddf3214de2cab41ce94b5661f3a6 Mon Sep 17 00:00:00 2001 From: Jaime Sanchez Date: Wed, 12 Jun 2024 14:12:47 +0200 Subject: [PATCH] fix: copying assets --- .github/workflows/deploy_app_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_app_dev.yaml b/.github/workflows/deploy_app_dev.yaml index 5835ff398..d53e846f3 100644 --- a/.github/workflows/deploy_app_dev.yaml +++ b/.github/workflows/deploy_app_dev.yaml @@ -42,7 +42,7 @@ jobs: cp -a build/web/index.html public/game/index.html 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