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 24e101e commit ea4bef2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
Configuration: ${{ matrix.configuration }}

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts
- name: Upload build artifact
id: upload-artifact
uses: actions/upload-artifact@v4
with:
name: Vocaluxe_Nightly_${{ matrix.platform }}
path: Output
path: Output
outputs:
url: ${{ steps.upload-artifact.artifact-url }}

0 comments on commit ea4bef2

Please sign in to comment.