Compare commits

...

2 commits

Author SHA1 Message Date
8786ab851d swap to all exclude extracted + deactivate 3D
Some checks failed
/ Export Game (push) Failing after 1m51s
2024-07-29 11:16:45 +02:00
0c03f23907 clean workflow.
Right now, workflow does not work.
2024-07-29 10:46:42 +02:00
3 changed files with 18 additions and 6 deletions

View file

@ -36,5 +36,5 @@ jobs:
with:
direction: upload
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
View file

@ -0,0 +1,12 @@
{
"disabled_build_options": {
"disable_3d": true,
"disable_3d_physics": true
},
"disabled_classes": [
"Node3D",
"VoxelGIData",
"World3D"
],
"type": "build_profile"
}