Compare commits

..

No commits in common. "8786ab851d2b0101aaa5ccec4109e22ca933f137" and "7a31fe155ea88892ad9b5ba637f6686867cb13a5" have entirely different histories.

3 changed files with 6 additions and 18 deletions

View file

@ -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

View file

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