From 90c818aa71b6912f134f4db4d55984a49d2e9b7a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 4 Sep 2025 07:34:27 +0200 Subject: [PATCH] Update DMG file path in release workflow Signed-off-by: Ettore Di Giacinto --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f8150ed2..2394d7bce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Upload DMG to Release uses: softprops/action-gh-release@v2 with: - files: ./dist/LocalAI-Launcher.dmg + files: ./dist/LocalAI.dmg launcher-build-linux: runs-on: ubuntu-latest steps: @@ -61,4 +61,4 @@ jobs: - name: Upload Linux launcher artifacts uses: softprops/action-gh-release@v2 with: - files: ./local-ai-launcher-linux.tar.xz \ No newline at end of file + files: ./local-ai-launcher-linux.tar.xz