diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 3c60134..0ed1ac6 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/upload-artifact@v5 with: name: godot-${{ matrix.preset }}-v${{ steps.changelog.outputs.version }} - path: ${{ steps.normalize.outputs.build }} + path: ${{ steps.normalize.outputs.path }} - name: Create Release uses: akkuman/gitea-release-action@v1