Skip to content

Commit

Permalink
adjust yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-stuart-cross committed Jan 23, 2024
1 parent 03cce64 commit b030f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches: [ working ]

env:
AZURE_WEBAPP_NAME: DotNetWeb
AZURE_WEBAPP_NAME: birder-server
AZURE_WEBAPP_PACKAGE_PATH: '.' # 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:
publish:

runs-on: ubuntu-latest
runs-on: windows-latest # ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b030f2c

Please sign in to comment.