Compare commits
2 Commits
b983f41f75
...
6b91985c84
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b91985c84 | |||
| b58012bb90 |
@@ -44,11 +44,15 @@ jobs:
|
|||||||
BLENDER_VERSION: "5.0.0"
|
BLENDER_VERSION: "5.0.0"
|
||||||
VERBOSE_IMPORT: "false"
|
VERBOSE_IMPORT: "false"
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user