diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 611c260..94f3cfc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -84,7 +84,12 @@ jobs: ## Execute makefile - name: Copy Godot Export HTML data run: | - cp -r ./godot/web_export .github/docker-godot-webexport/ + ## godot-web_export directory on the main branch has changed recently ## need to update the copy path command accordingly. + # (prev) cp -r ./godot/web_export .github/docker-godot-webexport/ + + mkdir -p .github/docker-godot-webexport/web_export + cp -rf ./ArcaneReveal* .github/docker-godot-webexport/web_export/ + ls -lah .github/docker-godot-webexport/web_export ## Set Docker metadata - name: Docker metadata