test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit 6b91985c84 - Show all commits

View File

@@ -43,14 +43,16 @@ jobs:
INSTALL_BLENDER: "true" INSTALL_BLENDER: "true"
BLENDER_VERSION: "5.0.0" BLENDER_VERSION: "5.0.0"
VERBOSE_IMPORT: "false" VERBOSE_IMPORT: "false"
EXPORT_DIR: builds
- name: Normalize build path
id: normalize
run: echo "path=$(realpath ${{ steps.build.outputs.build }})" >> $GITHUB_OUTPUT
- name: Upload builds - name: Upload builds
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v5
with: with:
name: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }} name: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }}
path: ${{ steps.build.outputs.build }} path: ${{ steps.normalize.outputs.build }}
- name: Create Release - name: Create Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1