Skip to content

Commit

Permalink
Artifact for portable flavor only
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Nov 26, 2023
1 parent 142361a commit 27a830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a830d

Please sign in to comment.