From 6588361b8cbd940e3d1261af1d331b342dbb4bb6 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 10 Dec 2021 00:10:47 +1000 Subject: [PATCH] update file --- .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 aa9e141b..6fd9eb1d 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