diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1588ff894..e400a7fa8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Install Dependencies run: dotnet restore - name: Build - working-directory: ./smartsheet-csharp-sdk + working-directory: ./ run: dotnet build --configuration Release --no-restore - name: Clone smartsheet/smartsheet-sdk-tests PUBLIC repository uses: GuillaumeFalourd/clone-github-repo-action@v2