Skip to content

Commit

Permalink
clean up of workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanYarotsky committed Aug 14, 2023
1 parent d87e596 commit d848384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
dotnet build
dotnet test
dotnet publish '${{ env.API_CSPROJ_PATH }}' -c Release -o '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}'
ls '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}'
- name: deploy
uses: azure/webapps-deploy@v2
with:
Expand Down

0 comments on commit d848384

Please sign in to comment.