From 65836b5d2a34673f361162bb2f4d4ee2548e1a87 Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Wed, 30 Oct 2024 15:51:39 -0400 Subject: [PATCH] fix: updated sln file nam in build actions --- .github/workflows/docker.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9f10395..5826328 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ env: # solution path doesn't need slashes unless there it is multiple folders deep # solution name does not include extension. .sln is assumed SOLUTION_PATH: . - SOLUTION_FILE: PepperDash Core + SOLUTION_FILE: PepperDash.Core # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber # Defaults to debug for build type diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25d211b..1512c06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ env: # solution path doesn't need slashes unless there it is multiple folders deep # solution name does not include extension. .sln is assumed SOLUTION_PATH: . - SOLUTION_FILE: Pepperdash Core + SOLUTION_FILE: Pepperdash.Core # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber # Defaults to debug for build type