Skip to content

Commit

Permalink
Update azure-webapps-dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky authored May 2, 2024
1 parent 0454bff commit 0bfd255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bfd255

Please sign in to comment.