From fea28bc7e47643e656ab467700c401d942c0d489 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 10 Dec 2021 00:15:11 +1000 Subject: [PATCH] file update --- .github/workflows/asm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asm.yml b/.github/workflows/asm.yml index 6fd9eb1d..b5e6ffa9 100644 --- a/.github/workflows/asm.yml +++ b/.github/workflows/asm.yml @@ -6,7 +6,7 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: .src/ARKServerManager + SOLUTION_FILE_PATH: ./src/ARKServerManager # Configuration type to build. BUILD_CONFIGURATION: Release