We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579480b commit 982e409Copy full SHA for 982e409
.github/workflows/dotnet-core.yml
@@ -25,3 +25,8 @@ jobs:
25
run: dotnet build --configuration Release --no-restore
26
- name: Test
27
run: dotnet test --no-restore --verbosity normal
28
+ - name: Upload Release Build Artifacts
29
+ uses: actions/upload-artifact@v2.2.3
30
+ with:
31
+ name: Release Build
32
+ path: /home/runner/work/CommandLineParser.Core/CommandLineParser.Core/CommandLineParser/bin/Release/**/*
0 commit comments