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