Skip to content

Commit

Permalink
dotnet-desktop.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 19, 2024
1 parent 0008e03 commit f721b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build and test application
on:
workflow_call:
outputs:
url: ${{ jobs.build.outputs.url }}
url:
description: "Artifact url"
value: ${{ jobs.build.outputs.url }}

jobs:
build:
Expand Down

0 comments on commit f721b03

Please sign in to comment.