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