Skip to content

Commit

Permalink
fix solution path in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Dec 8, 2020
1 parent 39cc8bf commit 71ac199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
# solution path needs slashes (use \). When solution file name and path are put together, it should be a valid path
# If Solution is in repo root, leave SOLUTION_PATH empty
# solution name does not include extension. .sln is assumed
SOLUTION_PATH: epi-display-lg
SOLUTION_PATH: epi-display-lg\
SOLUTION_FILE: epi-display-lg
# Do not edit this, we're just creating it here
VERSION: 0.0.0-buildtype-buildnumber
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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: EssentialsPluginTemplate\
SOLUTION_FILE: EssentialsPluginTemplate
SOLUTION_PATH: epi-display-lg\
SOLUTION_FILE: epi-display-lg
# Do not edit this, we're just creating it here
VERSION: 0.0.0-buildtype-buildnumber
# Defaults to debug for build type
Expand Down

0 comments on commit 71ac199

Please sign in to comment.