diff --git a/.github/workflows/build-dotnet-desktop.yml b/.github/workflows/build-dotnet-desktop.yml index 581c007e6..c412866b8 100644 --- a/.github/workflows/build-dotnet-desktop.yml +++ b/.github/workflows/build-dotnet-desktop.yml @@ -95,9 +95,11 @@ jobs: - name: Upload the binary uses: actions/upload-artifact@v4 with: - name: App - path: src/Captura/bin # or path/to/artifact - + name: Captura-$env:Configuration + path: src/Captura/bin/$env:Configuration # or path/to/artifact + env: + Configuration: ${{ matrix.configuration }} + # # Decode the base 64 encoded pfx and save the Signing_Certificate # - name: Decode the pfx # run: |