Skip to content

Include web export workflow in git archive#29

Merged
manuq merged 1 commit intomainfrom
push-ysslqnkvxmzt
Jul 24, 2025
Merged

Include web export workflow in git archive#29
manuq merged 1 commit intomainfrom
push-ysslqnkvxmzt

Conversation

@wjt
Copy link
Copy Markdown
Member

@wjt wjt commented Jul 24, 2025

Since commit bb0bef1 we have included the GitHub Actions workflow that exports the project for the web & publishes it with GitHub Pages as part of the zip file created by git archive, which is what is fetched when the project is downloaded via the Godot Asset Library.

However in commit 80440de I split that workflow in two, without updating .gitattributes accordingly. As a result, the "Publish to GitHub Pages" workflow is present, but the "Build and Export Game" workflow is not; and the former (understandably) fails.

Include it.

Since commit bb0bef1 we have included
the GitHub Actions workflow that exports the project for the web &
publishes it with GitHub Pages as part of the zip file created by `git
archive`, which is what is fetched when the project is downloaded via
the Godot Asset Library.

However in commit 80440de I split that
workflow in two, without updating `.gitattributes` accordingly. As a
result, the "Publish to GitHub Pages" workflow is present, but the
"Build and Export Game" workflow is not; and the former (understandably)
fails.

Include it.
@wjt wjt requested a review from a team as a code owner July 24, 2025 12:42
@wjt
Copy link
Copy Markdown
Member Author

wjt commented Jul 24, 2025

Thanks for reporting this problem, @jgbourque!

@manuq manuq merged commit 17ce4a4 into main Jul 24, 2025
5 checks passed
@wjt wjt deleted the push-ysslqnkvxmzt branch July 24, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants