test release #5
@@ -61,22 +61,11 @@ jobs:
|
||||
BLENDER_VERSION: "5.0.0"
|
||||
VERBOSE_IMPORT: "false"
|
||||
|
||||
- name: Normalize build path
|
||||
id: normalize
|
||||
run: |
|
||||
# Assuming your build outputs are in build/<platform>/
|
||||
PLATFORM_PATH="build/${{ matrix.preset }}"
|
||||
if [ ! -d "$PLATFORM_PATH" ]; then
|
||||
echo "Build folder not found for ${{ matrix.preset }}"
|
||||
exit 1
|
||||
fi
|
||||
echo "path=$PLATFORM_PATH" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload builds
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }}
|
||||
path: ${{ steps.normalize.outputs.path }}
|
||||
name: ${{ matrix.preset }}-build
|
||||
path: ${{ steps.build.outputs.build }}
|
||||
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user