From 595c7e9044a88c96807ed44a39df34ff02c19f36 Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:27:05 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8eeba6..053ccb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,8 @@ jobs: - name: Self test action uses: ./ with: - ignore-globs: "**/one/*.cs" + ignore-globs: | + **/one/*.cs - name: Upload a Build Artifact uses: actions/upload-artifact@v3 with: