From e6f85036b0404ca05c8e1cfb447f27b1defd25b9 Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Mon, 6 Apr 2020 12:05:08 -0400 Subject: [PATCH] updated path for build yamls --- .github/workflows/docker.yml | 2 +- .github/workflows/master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0f054f9..d890202 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ on: 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: epi-utilities-countdown_timer + SOLUTION_PATH: src/ SOLUTION_FILE: epi-utilities-countdown_timer # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c94aac6..fec4035 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -9,7 +9,7 @@ on: 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_PATH: src/ SOLUTION_FILE: epi-utilities-countdown_timer # Do not edit this, we're just creating it here VERSION: 0.0.0-buildtype-buildnumber