Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Jan 23, 2024
1 parent 89765ca commit ba73208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
AZURE_WEBAPP_NAME: birder-server
AZURE_WEBAPP_PACKAGE_PATH: '/Birder/' # Set this to the path to your web app project, defaults to the repository root:
AZURE_WEBAPP_PACKAGE_PATH: './Birder' # Set this to the path to your web app project, defaults to the repository root:
DOTNET_VERSION: 8.0.x #'6.0.401' # The .NET SDK version to use

jobs:
Expand Down

0 comments on commit ba73208

Please sign in to comment.