Skip to content

Commit

Permalink
Aktualisieren von dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Apr 19, 2024
1 parent f621a3c commit 88b9af5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
outputs:
url-win-x64:
value: ${{ jobs.build.outputs.test}}
value: ${{ jobs.build.outputs.x64}}
url-win-x86:
value: ${{ jobs.build.outputs.x86}}

Expand All @@ -22,7 +22,7 @@ jobs:

outputs:
x86: ${{ steps.create-output.outputs.x86 }}
test: ${{ steps.create-output-test.outputs.bar }}
x64: ${{ steps.create-output.outputs.x64 }}

steps:
- name: Checkout
Expand Down Expand Up @@ -63,9 +63,4 @@ jobs:

- name: Create output
id: create-output
run: echo "${{ matrix.platform }}=${{ steps.upload-artifact.outputs.artifact-url}} >> $GITHUB_OUTPUT"
shell: bash

- name: Create output test
id: create-output-test
run: echo "bar=foo" >> $ENV:GITHUB_OUTPUT
run: echo "${{ matrix.platform }}=${{ steps.upload-artifact.outputs.artifact-url}}" >> $ENV:GITHUB_OUTPUT

0 comments on commit 88b9af5

Please sign in to comment.