Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Jan 24, 2024
1 parent 95f8d6f commit 03a8f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expiredposts_fujobfunctions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
workflow_dispatch:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use
AZURE_FUNCTIONAPP_PACKAGE_PATH: './FU.API' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '7.0.x' # set this to the dotnet version to use

jobs:
build-and-deploy:
Expand Down

0 comments on commit 03a8f21

Please sign in to comment.