From bbc457acd798c34b61d21ab5775bb47a51d4366e Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 6 Jun 2024 13:52:33 +0200 Subject: [PATCH] Enable Git LFS --- .github/workflows/build-and-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)