We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc5ad7 commit 8b7946cCopy full SHA for 8b7946c
.github/workflows/azure-webapps-dotnet-core.yml
@@ -88,4 +88,4 @@ jobs:
88
uses: azure/webapps-deploy@v3
89
with:
90
app-name: ${{ env.AZURE_WEBAPP_NAME }}
91
- package: ${{env.DOTNET_ROOT}}/SampleNETApp/.net-app
+ package: ${{ github.workspace }}/.net-app
0 commit comments