From 13f759ec9b251af14043478c583e64ce39d668e0 Mon Sep 17 00:00:00 2001 From: Micheal Colhoun Date: Sun, 5 Sep 2021 12:00:23 +0100 Subject: [PATCH] Debugging Actions --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8a48848..54a9799 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,7 +11,7 @@ on: env: BUILD_CONFIG: Release - SOLUTION: DarkUI.sln + SOLUTION: DarkUI.sln jobs: build: @@ -24,7 +24,7 @@ jobs: # uses: NuGet/setup-nuget@v1.0.5 #- name: Restore dependencies - # run: nuget restore ${SOLUTION} + # run: nuget restore ${{env.SOLUTION}} #- name: Setup .NET # uses: actions/setup-dotnet@v1