We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf53e77 commit fdc7839Copy full SHA for fdc7839
.github/workflows/dotnet-core.yml
@@ -30,3 +30,8 @@ jobs:
30
with:
31
name: Release Build
32
path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/CommandLineParser/bin/Release/**/*
33
+ - name: Upload Release Build Artifacts
34
+ uses: actions/upload-artifact@v2.2.3
35
+ with:
36
+ name: Release Build Extensions
37
+ path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/Extensions/FluentValidationsExtensions/bin/Release/**/*
0 commit comments