From 7684f00f5e764d7a5aadb66bf92f3a387f4c6b1c Mon Sep 17 00:00:00 2001 From: eltos Date: Sun, 26 Nov 2023 14:21:44 +0100 Subject: [PATCH] Artifact for portable flavor only --- .github/workflows/dotnet-testbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-testbuild.yml b/.github/workflows/dotnet-testbuild.yml index 6637f5e..1d52369 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_portable' || '' }} # 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