Skip to content

Commit

Permalink
Merge pull request #100 from FranklinDAO-Dev-Team/heronimus/fix-web-e…
Browse files Browse the repository at this point in the history
…xport-dir-changes

ci: fix recent godot web_export directory changes
  • Loading branch information
ssolit authored Jun 14, 2024
2 parents c79a875 + 22bb261 commit 079727b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 079727b

Please sign in to comment.