diff --git a/.github/workflows/dotnet-testbuild.yml b/.github/workflows/dotnet-testbuild.yml index 6637f5e..c0bd9c7 100644 --- a/.github/workflows/dotnet-testbuild.yml +++ b/.github/workflows/dotnet-testbuild.yml @@ -16,7 +16,7 @@ jobs: with: configuration: Debug flavor: ${{ matrix.flavor }} - artifact: PasteIntoFile_debug_${{ matrix.flavor }} + artifact: ${{ matrix.flavor == 'Portable' && 'PasteIntoFile_debug' || '' }} # test: # runs-on: windows-2019 # For a list of available runner types, refer to https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on