diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index e0cdfe83b..4ff79bd38 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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 \ No newline at end of file + path: Output + outputs: + url: ${{ steps.upload-artifact.artifact-url }} + \ No newline at end of file