diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 9c14db8..653b469 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -51,11 +51,11 @@ jobs: run: | dotnet restore dotnet build --configuration Release - dotnet publish -c Release --property:PublishDir='${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/myapp' + dotnet publish -c Release --property:PublishDir='${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WaveApp' - name: Attest artifact to Kosli run: | - kosli attest artifact "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/myapp" \ + kosli attest artifact "${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/WaveApp" \ --artifact-type dir \ --name webapp