From 799a818b185f4b5e1117383f6a52f021e009ce4d Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 6 Mar 2024 22:53:42 -0600 Subject: [PATCH] Missed . --- .github/workflows/build-c-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-c-libraries.yml b/.github/workflows/build-c-libraries.yml index 923cf839..3ca1f443 100644 --- a/.github/workflows/build-c-libraries.yml +++ b/.github/workflows/build-c-libraries.yml @@ -83,7 +83,7 @@ jobs: BUILD_VDF_CLIENT: "N" run: | cmake . -DBUILD_CHIAVDFC=ON - cmake --build + cmake --build . - name: Upload artifacts uses: actions/upload-artifact@v3