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