Skip to content

Commit b900748

Browse files
committed
USe unix path separator in artifact path
1 parent 70ff32e commit b900748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PocketDDDServerWebAPI2024.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
env:
9-
AZURE_WEBAPP_PACKAGE_PATH: PocketDDD.Server.WebAPI\publish
9+
AZURE_WEBAPP_PACKAGE_PATH: PocketDDD.Server.WebAPI/publish
1010
CONFIGURATION: Release
1111
DOTNET_CORE_VERSION: 8.0.x
1212
WORKING_DIRECTORY: PocketDDD.Server/PocketDDD.Server.WebAPI

0 commit comments

Comments
 (0)