Compare commits
2 commits
7a31fe155e
...
8786ab851d
Author | SHA1 | Date | |
---|---|---|---|
8786ab851d | |||
0c03f23907 |
3 changed files with 18 additions and 6 deletions
|
@ -36,5 +36,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: ${{ steps.export.outputs.archive_directory }}
|
release-dir: ${{ steps.export.outputs.archive_directory }}
|
||||||
release-notes: "MY RELEASE NOTES"
|
|
||||||
token: ${{ env.GITHUB_TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
|
override: true
|
File diff suppressed because one or more lines are too long
12
profile/Full2D.build
Normal file
12
profile/Full2D.build
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"disabled_build_options": {
|
||||||
|
"disable_3d": true,
|
||||||
|
"disable_3d_physics": true
|
||||||
|
},
|
||||||
|
"disabled_classes": [
|
||||||
|
"Node3D",
|
||||||
|
"VoxelGIData",
|
||||||
|
"World3D"
|
||||||
|
],
|
||||||
|
"type": "build_profile"
|
||||||
|
}
|
Loading…
Reference in a new issue