From ab22290154e2edc49d9c5a1841a39331115ecc05 Mon Sep 17 00:00:00 2001 From: MSWS Date: Mon, 2 Sep 2024 16:30:10 -0700 Subject: [PATCH] Fix nightly file name --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 108023b..b5c73b6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -32,8 +32,8 @@ jobs: - run: | dotnet restore - dotnet build Core/Core.csproj --no-restore - dotnet publish Core/Core.csproj --no-build --no-restore + dotnet build Gangs/Gangs.csproj --no-restore + dotnet publish Gangs/Gangs.csproj --no-build --no-restore - uses: actions/upload-artifact@v4.0.0 with: