Commit 690eba6
committed
Include web export workflow in git archive
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.1 parent 2bbd129 commit 690eba6
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments