diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 3302ee8..7324029 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -41,12 +41,14 @@ jobs: with: EXPORT_PRESET_NAME: ${{ matrix.preset }} INSTALL_BLENDER: "true" + BLENDER_VERSION: "5.0.0" + VERBOSE_IMPORT: "false" - name: Upload builds uses: actions/upload-artifact@v5 with: name: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }} - path: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }}.tar.gz + path: ${{ steps.build.outputs.build }} - name: Create Release uses: akkuman/gitea-release-action@v1 @@ -56,8 +58,6 @@ jobs: name: "Release ${{ steps.changelog.outputs.version }}" body: ${{ steps.changelog.outputs.description }} files: | - godot-Windows Desktop-v${{ steps.changelog.outputs.version }}.tar.gz - godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz - godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz + godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }} draft: false token: ${{ secrets.GITEA_TOKEN }} diff --git a/project.godot b/project.godot index e70e06b..a586555 100644 --- a/project.godot +++ b/project.godot @@ -24,6 +24,11 @@ config/icon="res://icon.svg" BackToMain="*res://back_to_main.gd" +[filesystem] + +import/blender/enabled.android=true +import/blender/enabled.web=true + [input] w={