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 f721b03 commit e077948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build and test application
on:
workflow_call:
outputs:
url:
url-win-x64:
description: "Artifact url"
value: ${{ jobs.build.outputs.url }}
value: ${{ jobs.build.outputs.url-win-x64 }}

jobs:
build:
Expand Down Expand Up @@ -55,5 +55,5 @@ jobs:
name: Vocaluxe_Nightly_${{ matrix.platform }}
path: Output
outputs:
url: ${{ steps.upload-artifact.artifact-url }}
url-win-${{ matrix.plattform}}: ${{ steps.upload-artifact.artifact-url }}

0 comments on commit e077948

Please sign in to comment.