From 5ba05bdb919dbda4829a0eee7eb6b090d4dacb81 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 23 Mar 2024 19:39:28 -0400 Subject: [PATCH] Add CI flag to build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 494a1fa..7715e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: dotnet-version: 8.x - name: Create Release Packages - run: dotnet run build.fsproj + run: dotnet run build.fsproj CI - name: Upload Artifacts uses: actions/upload-artifact@v4 with: