fix: add INSTALL_BLENDER parameter to build action in release workflow
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
|||||||
uses: mlm-games/godot-build-action@v1.3.1
|
uses: mlm-games/godot-build-action@v1.3.1
|
||||||
with:
|
with:
|
||||||
EXPORT_PRESET_NAME: ${{ matrix.preset }}
|
EXPORT_PRESET_NAME: ${{ matrix.preset }}
|
||||||
|
INSTALL_BLENDER: "true"
|
||||||
|
|
||||||
- name: Upload builds
|
- name: Upload builds
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user