diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4f5a8121..d7f85ece 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -46,6 +46,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + lfs: true # Enable Git LFS - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -124,7 +126,6 @@ jobs: - name: Build Tauri project run: | cd runtime - cargo tauri icon cargo tauri build --target ${{ matrix.rust_target }} - name: Upload artifact (macOS)