Skip to content

Commit 8b7946c

Browse files
authored
Update azure-webapps-dotnet-core.yml
1 parent bfc5ad7 commit 8b7946c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
uses: azure/webapps-deploy@v3
8989
with:
9090
app-name: ${{ env.AZURE_WEBAPP_NAME }}
91-
package: ${{env.DOTNET_ROOT}}/SampleNETApp/.net-app
91+
package: ${{ github.workspace }}/.net-app

0 commit comments

Comments
 (0)