diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a3791923..f6d32eff 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -347,7 +347,7 @@ jobs: cargo tauri build --target ${{ matrix.rust_target }} --bundles ${{ matrix.tauri_bundle }} - name: Upload artifact (macOS) - if: startsWith(matrix.platform, 'macos') + if: startsWith(matrix.platform, 'macos') && startsWith(github.ref, 'refs/tags/v') uses: actions/upload-artifact@v4 with: name: MindWork AI Studio (macOS ${{ matrix.dotnet_runtime }}) diff --git a/app/MindWork AI Studio/Components/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Changelog.Logs.cs index 2cc4064f..11627ab6 100644 --- a/app/MindWork AI Studio/Components/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Changelog.Logs.cs @@ -13,7 +13,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ - new (213, "v0.9.38, build 213 (2025-03-17 17:07 UTC)", "v0.9.38.md"), + new (213, "v0.9.38, build 213 (2025-03-17 18:18 UTC)", "v0.9.38.md"), new (212, "v0.9.37, build 212 (2025-03-16 20:32 UTC)", "v0.9.37.md"), new (211, "v0.9.36, build 211 (2025-03-15 10:42 UTC)", "v0.9.36.md"), new (210, "v0.9.35, build 210 (2025-03-13 08:44 UTC)", "v0.9.35.md"), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.38.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.38.md index c26ef9bd..9766008f 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.38.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.38.md @@ -1,4 +1,4 @@ -# v0.9.38, build 213 (2025-03-17 17:07 UTC) +# v0.9.38, build 213 (2025-03-17 18:18 UTC) - Added the "stop generation" button to all assistants. - Upgraded MudBlazor to v8.4.0, which fixes some bugs we were experiencing. -- Updated the ERI v1 specification for the ERI server assistant & fixed spelling of the `UNKNOWN` role. \ No newline at end of file +- Upgraded the ERI v1 specification for the ERI server assistant & fixed spelling of the `UNKNOWN` role. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index aab10105..8e6b5896 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ 0.9.38 -2025-03-17 17:07:00 UTC +2025-03-17 18:18:00 UTC 213 9.0.104 (commit 2750432faa) 9.0.3 (commit 831d23e561) 1.85.0 (commit 4d91de4e4) 8.4.0 1.8.1 -820294c14db, dev debug +820294c14db, release