test release #5
@@ -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 }}
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user