From fcc34f79424d357774cc09a46bac968d83c248ea Mon Sep 17 00:00:00 2001 From: tresabhi <43380238+tresabhi@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:45:08 -0600 Subject: [PATCH] fix: cd --- .github/workflows/assets.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index 6dc498ed7..b2a8287ad 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -31,7 +31,9 @@ jobs: uses: actions/setup-dotnet@v4 - name: Restore - run: dotnet restore + run: | + cd src/CLI + dotnet restore - name: Setup DepotDownloader run: |