mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fixes solution file name for env variables
This commit is contained in:
parent
2f3b2adce4
commit
662966d7b4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -11,8 +11,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: PDT.EssentialsPluginTemplate.EPI
|
||||
SOLUTION_FILE: PDT.EssentialsPluginTemplate.EPI
|
||||
SOLUTION_PATH: PepperDashEssentials
|
||||
SOLUTION_FILE: PepperDashEssentials
|
||||
# Do not edit this, we're just creating it here
|
||||
VERSION: 0.0.0-buildtype-buildnumber
|
||||
# Defaults to debug for build type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue